摘要: #商品价格num = 98#循环等待用户输入i = 0while i<10: #请输入您猜的价格 user = int(input('请猜一猜当前的数字:')) #根据用户输入提示 if user > num: print('你猜的数字太大了~') elif user < num: print('你 阅读全文
posted @ 2019-08-06 16:06 喜欢思考、爱好编程 阅读(373) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html> <head> <title>信息采集</title> <meta charset="utf-8"> <link rel="icon" href="./favicon.ico"> </head> <body> <center> <table border=" 阅读全文
posted @ 2019-08-06 15:57 喜欢思考、爱好编程 阅读(423) 评论(0) 推荐(0) 编辑