为什么只有40分
查看原帖
为什么只有40分
581034
cjzj楼主2021/10/26 16:36

a = int(input()) if a == 0: print("Today, I ate 0 apple.") if a == 1: print("Today, I ate 1 apple.") if a > 1: print("Today, I ate 1 apples.")

2021/10/26 16:36
加载中...