python怎么生成伪代码_如何将此伪代码转换为Python程序?

本文展示了如何将ATM机的伪代码转换为实际的Python程序。程序包括用户选择如取款、查询余额、PIN服务、支付账单等操作的功能,并在用户输入无效选项时给出提示。
摘要由CSDN通过智能技术生成

尝试是这样的注意psudeo代码和实际代码和之间的差异,因为你希望用户输入比较一个数字,你需要将字符串输入转换为INT:

import sys

def proc_withdrawal():

print("Your proc_withdrawal code goes here")

def proc_balance():

print("Your proc_balance code goes here")

def proc_pin():

print("Your proc_pin code goes here")

def proc_bills():

print("Your proc_bills code goes here")

def proc_cancel():

print("Thank you for using Simon Raivid's Cash Machine, Have a nice day!")

sys.exit(0)

while True:

print("Simon Raivid's Cash Machine")

print("===========================")

print("\t1 – Cash withdrawal")

print("\t2 – Balance")

print("\t3 – PIN Services"

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值