1 print("How old are you?"), 2 age = input() 3 print ("so %s old" %age )
python3将raw_input和input进行了整合,只有input