摘要: 打印世界你好!print(num2, 'is biggest')猜年龄 my_age= 22a = guess_age =int(input("guess age is ;"))c=1while c==1: a = guess_age =int(input("guess age is ;")) if 阅读全文
posted @ 2019-08-19 23:05 ComeIntoBud 阅读(695) 评论(0) 推荐(0)
摘要: 用户登录代码(低配): 阅读全文
posted @ 2019-08-19 21:28 ComeIntoBud 阅读(179) 评论(0) 推荐(0)
摘要: product_list=[ ('iphone',5000), ('car',500400), ('book',50), ('bicycle',500), ('computer',22200),]shop_car=[]money= input('how much money you have :') 阅读全文
posted @ 2019-08-19 15:35 ComeIntoBud 阅读(637) 评论(0) 推荐(0)