小亚接着根据流程图使用python编写程序,主要部分代码如下:
m=float(input( "获得公交卡余额:")) :
if m<2:
print("请投币。")
else:
if m<10:
print("余额即将不足。")
print("欢迎乘车。")
微信扫码预览、分享更方便