摘要: 1 #!/usr/bin/env python3 2 # -*- coding: utf-8 -*- 3 # Author;Tsukasa 4 5 6 product_list = [ 7 ('Iphone',5800), 8 ('Mac Pro',9800), 9 ('Bike',800), 10 ('Watch',10600), 11 ... 阅读全文
posted @ 2017-03-12 20:49 Tsukasa鱼 阅读(934) 评论(0) 推荐(0)