2017年11月24日

摘要: #if else示例x = 5y = 8 if x > y: print("x is greater than y")else: print("x is not greater than y") print(" ")#if-elif-elsex = 15y = 18z = 15 if x > y: 阅读全文
posted @ 2017-11-24 14:13 sunny_2016 阅读(145) 评论(0) 推荐(0)
摘要: print ("Hello Pythoh3")print('我喜欢"香蕉"')print('we\'ar go to shoping.')print("我们发现这个\"地方\"不一样")print("Hi" + "Tom")##print("Hi" + 5)print("Hi" + str(5))p 阅读全文
posted @ 2017-11-24 13:27 sunny_2016 阅读(295) 评论(0) 推荐(0)

导航