摘要: python小程序之购物系统 1 # -*- coding: utf-8 -*- 2 import time 3 goods = [ 4 {"name":"computer","price":1999}, 5 {"name":"mouse","price":19}, 6 {"name":"Yacht 阅读全文