본문 바로가기
간단한 IDEA/Python (파이썬)

[Python3/백준11654] 아스키코드 - ord 함수

by 이트스타-백준 2024. 5. 24.
character = input()
print(ord(character))

ord 함수를 이용하여 아스키코드를 구할 수 있다.