写这个程序的时候,我已学习Python将近有一百个小时,在CSDN上看到有人求助使用Python如何写一个自动售饮料的程序,我一想,试试写一个实用的售货程序。当然,只是实现基本功能,欢迎高手指点,新手学习参考。
运行环境:Python 2.7
# encoding=UTF-8 loop=True money=0 while loop: x = raw_input('提示:请投入金币,结束投币请按"q"键') if x=='q': if money==0: print '错误:您未投入过纸币,请至少投入一张纸币后才能选购商品' else: print '提示:您已结束投币,将进入购买商品操作界面' loop = False else: try: x = int(x) money+=x print '提示:您此次投币',x,'元人民币,您一共投币',money,'元人民币' except Exception,e: print '错误:您的金币系统不识别,请重新投币,谢谢!' GoodList = { '可口可乐':2.5, '果粒橙':3, '奶茶':1.5, '加多宝':4 } i=0 print '请选择商品:' for x in GoodList: i+=1 print '编号',i,'商品名称',x,'价格',GoodList[x] print fanwei = range(len(GoodList)) loop = True while loop: o = raw_input('提示:请输入您要购买的商品编号,按"q"键结束购买') if o=='q': loop = False else: try: o = int(o) if o>=1 and o<=len(GoodList): i=0 for x in GoodList: i+=1 if i==o: if money>=GoodList[x]: money -= GoodList[x] print '提示:您购买的商品是:',x,',价格:',GoodList[x],',您还剩余:',money,'元人民币' if money==0: loop = False else: print '错误:您的余额',money,'元已不足购买此商品',x,'[',GoodList[x],'元]' else: print '错误:您输入的商品编号不存在,请重新输入' except Exception,e: print '错误:请输入正确的产品编号,谢谢合作!' if money>0: print '提示:系统将找您,',money,'元人民币,欢迎下次光临' else: print '提示:您的余额已用完,欢迎下次光临'

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于Seaborn的相关问题,包括了数据可视化处理的散点图、折线图、条形图等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于进程池与进程锁的相关问题,包括进程池的创建模块,进程池函数等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于简历筛选的相关问题,包括了定义 ReadDoc 类用以读取 word 文件以及定义 search_word 函数用以筛选的相关内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于数据类型之字符串、数字的相关问题,下面一起来看一下,希望对大家有帮助。

VS Code的确是一款非常热门、有强大用户基础的一款开发工具。本文给大家介绍一下10款高效、好用的插件,能够让原本单薄的VS Code如虎添翼,开发效率顿时提升到一个新的阶段。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于numpy模块的相关问题,Numpy是Numerical Python extensions的缩写,字面意思是Python数值计算扩展,下面一起来看一下,希望对大家有帮助。

pythn的中文意思是巨蟒、蟒蛇。1989年圣诞节期间,Guido van Rossum在家闲的没事干,为了跟朋友庆祝圣诞节,决定发明一种全新的脚本语言。他很喜欢一个肥皂剧叫Monty Python,所以便把这门语言叫做python。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 Chinese version
Chinese version, very easy to use

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver CS6
Visual web development tools
