Python教程
当前位置| > 博客

Python教程

Python是一种面向对象的解释型...
  • python 购物 python">#!/usr/bin/env python import sys '''简单的购物菜单,根据输入的金额,减去选择的商品得到剩下的金额, 一旦省下的金额小于所有的商品价格,提示余额不足''' product = [] price = [] f = open('act.txt') for line in f.readlines(): p = lin... 继续阅读python 购物

    :
    2018-05-17
  • python 分形图 python">#!/usr/bin/env python3 """ turtle-example-suite: tdemo_bytedesign.py An example adapted from the example-suite of PythonCard's turtle graphics. It's based on an... 继续阅读python 分形图

    :
    2018-05-17