摘要:
while break: while 条件 while else 格式: for循环 for else break 跳出当前循环,结束这个循环 continue:跳出本次继续,继续下一次循环 好 阅读全文
摘要:
if else 格式 if elif else 格式: 阅读全文
摘要:
IndentationError: unexpected indent 阅读全文
摘要:
导入getpass模块 阅读全文
摘要:
用户交互程序 格式化输出: 类型转换 type()显示对应类型,int:整型 str:字符 float:浮点型 阅读全文