알고리즘/코드업
[CodeUp]6030 : [기초-값변환] 영문자 1개 입력받아 10진수로 변환하기(설명)(py)
태풍사랑
2021. 7. 14. 17:17
print(ord(input()))
print(ord(input()))