Python Input
2018-07-17 本文已影响7人
闫_锋
Input
注意两者的区别,加了int则转换为整数。
score=int(input('Please input your score: \n'))
score=input('Please input your score: \n')
Input
注意两者的区别,加了int则转换为整数。
score=int(input('Please input your score: \n'))
score=input('Please input your score: \n')