随笔分类 -  python

python3.7学习
摘要:if判断句使用 the_world_is_flat=False if the_world_is_flat: print ("Be careful not to fall off!") else: print ("No!") 运行结果: 运算 print(2+2) print(8/5) print(8 阅读全文
posted @ 2019-12-06 18:01 zrn 阅读(216) 评论(0) 推荐(0)