寒假学习记录10
学习内容:
1.python基础知识
(1)elif是else if的缩写
elif
else if
(2)input(),input()的返回类型是str,如果需要证书,则需要使用int()去进行转换,否则报错
(3)循环
for...in