python2和python3的不同: Unicode(统一码、万国码),在3里面可以直接写中文了。
python2里rae_input与python3中的input效果一样
ASCII码
if:
......
else:
或者
elif ......
Python笔记记录
原文:https://www.cnblogs.com/new-journey/p/10444719.html