python3 中的raw_input() 和input

1 print("How old are you?"),
2 age = input()
3 print ("so %s old" %age )

python3将raw_input和input进行了整合,只有input

posted @ 2018-06-29 10:20  波特曼  阅读(2878)  评论(0编辑  收藏  举报