python的常用语句
摘要:# if 语句 满足条件# age=503# print("开始")# if age>=66:# print("我已经成年了")# print("结束")# if--else 语句 不满足条件# age=503# print("开始")# if age>=66:# print("我已经成年了")#
阅读全文
posted @ 2021-11-04 20:42
posted @ 2021-11-04 20:42