Fork me on CSDN
摘要: 1.从用户那里获取信息 name = "Alex" print("hello" + name) 2.让python成为你的计算器 1 print(4+5) 2 print(3-2) 3 print(2*3) 4 print(1/3) 5 print(((2+3)/3+5)*5) 6 print(2* 阅读全文
posted @ 2021-03-07 11:51 追风赶月的少年 阅读(203) 评论(0) 推荐(0) 编辑