摘要:
#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)

浙公网安备 33010602011771号