购物车小程序 需求描述如下: 1.提示用户输入薪水 2.用户输入薪水后,打印商品编号、内容及价格 3.提醒用户输入商品代码,若余额大于等于商品价格,可购买;若小于,提示用户余额不足 4.用户输入q ,退出交易,打印用户购买的商品和余额 #-*-coding:utf-8 -*- goods_list= ...
分类:
编程语言 时间:
2018-10-16 13:51:36
阅读次数:
150
product_list = [ ['iphone6s', 5800], ['mac book', 9000], ['coffee', 32], ['python book', 80], ['bicycle', 1500]]shopping_cart = []while True: salary = ...
分类:
编程语言 时间:
2018-10-04 16:01:27
阅读次数:
149
题目背景 《爱与愁的故事第三弹·shopping》娱乐章。 调调口味来道水题。 题目描述 爱与愁大神坐在公交车上无聊,于是玩起了手机。一款奇怪的游戏进入了爱与愁大神的眼帘:***(游戏名被打上了马赛克)。这个游戏类似象棋,但是只有黑白马各一匹,在点x1,y1和x2,y2上。它们得从点x1,y1和x2 ...
分类:
其他好文 时间:
2018-09-20 11:21:30
阅读次数:
172
公众号微信支付开发 1.第一步:设置微信支付目录,这个地址指到支付页面的上一级即可。 例如:支付页面的地址是http://www.baidu.com/wechat/pay/shopping,只需填写http://www.baidu.com/wechat/pay/, 一定要以"/"(左斜杆)符号结尾。 ...
分类:
微信 时间:
2018-09-16 19:38:43
阅读次数:
393
问题1: Django File "/home/bsodgm/Desktop/Django_projection/mall/apps/users/views.py", line 9, in <module>from .models import UserFile "/home/bsodgm/Desk ...
分类:
编程语言 时间:
2018-09-14 01:07:44
阅读次数:
285
Words The clothes place a dress 长裙 short skirt 短裙 pants 裤子 / trousers 长裤 / shorts 短裤 a shirt 衬衫(男士)/ blouse(女士) n. 宽松的上衣;女装衬衫 shoes 鞋 socks n. 袜子(sock ...
分类:
其他好文 时间:
2018-09-11 01:01:48
阅读次数:
223
【600】 Non-negative Integers without Consecutive Ones 【629】 K Inverse Pairs Array 【638】 Shopping Offers 【639】 Decode Ways II 【646】 Maximum Length of Pa ...
分类:
其他好文 时间:
2018-08-31 21:14:32
阅读次数:
163
1044 Shopping in Mars(25 分) Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Ma ...
分类:
其他好文 时间:
2018-08-30 00:06:05
阅读次数:
261
drop database Mobile_phone_mall; create database Mobile_phone_mall; use Mobile_phone_mall; create table users( #用户表 uid int primary key auto_increment ...
分类:
移动开发 时间:
2018-08-26 23:38:37
阅读次数:
340
Charm Bracelet Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 47440 Accepted: 20178 Description Bessie has gone to the mall's jewelry stor ...
分类:
编程语言 时间:
2018-08-24 19:26:49
阅读次数:
208