728x90
# 대문자 인지 여부 True/False
cha.isupper()

# 대소문자 변경
cha.lower()
cha.upper()

# 계산
eval("1+2*3")

 

반응형