msg = 'I grok Python!' for i in range(len(msg)): print(i, msg[i]) ... Learn more in Intro. to Programming @ groklearning.com. Python 3 cheatsheet (the basics).
確定! 回上一頁