求助大佬 python 80分
查看原帖
求助大佬 python 80分
818604
1051406614syf楼主2022/10/13 19:07

x = int(input()) if x == 0: print('Today, I ate',x,'I apple.') else: if x == 1: print('Today, I ate 1 apple.') else: print('Today, I ate',x,'apples.')

2022/10/13 19:07
加载中...