11 2023 档案
摘要:import turtle, datetime def drawGap(): # 绘制数码管间隔turtle.penup()turtle.fd(5) def drawLine(draw): # 绘制单段数码管drawGap()turtle.pendown() if draw else turtle.
阅读全文
摘要:print("超市抹零:") a=float(input('扫描的第一个商品价格:'))b=float(input('扫描的第二个商品价格:'))c=float(input('扫描的第三个商品价格:'))d=a+b+cprint('总计:',int(d))print("3105") python =
阅读全文