0
First of all, you have to understand the meaning of both raw_input() and input(), raw_input() will be the user input content is converted into String type. input() does not change the type of content that the user entered. You can use the type () to try it. é¦–å…ˆļ¼Œä½ åæ…é”»č¦ę˜Žē™½raw_input()和input()ēš„å«ä¹‰ļ¼Œraw_input()ä¼šå°†ē”Øęˆ·č¾“å…„ēš„å†…å®¹éƒ½č½¬åŒ–äøŗStringē±»åž‹ć€‚input()äøä¼šę”¹å˜ē”Øęˆ·č¾“å…„ēš„å†…å®¹ēš„ē±»åž‹
25th Jun 2016, 8:39 AM
Pyer
Pyer - avatar