프로그래밍언어/Python
함수들
Ferrero Rocher
2020. 8. 18. 22:19
ord - 아스키코드로 변환해 줌.
print(ord("a"))
# 아스키코드로 변환되어 97 출력 됨.