s = 'hello world!' print ( s[0].upper() + s[1:] ) # Hello world!
s = 'HELLO WORLD!' print ( s[0].upper() + s[1:] ) # HELLO WORLD!
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT