摘要: 1.输出 print('hello world') 2.定义变量 variable=5 variable2='hello' 3.用户输入 user_input=input('提示内容') 4.逻辑运算符 and #两个都为true则为true or #一个条件为true则为true not #取反 阅读全文
posted @ 2020-04-08 11:04 yangzhuxian 阅读(348) 评论(0) 推荐(0) 编辑