求助没看明白错哪了
查看原帖
求助没看明白错哪了
1522339
QAlis11楼主2024/10/28 23:17

x=int(input())

if x==1: print(f"Today, I ate 1 apple.")

elif x>1: print(f"Today, I ate {x} applea.")

else:print(f"Today, I ate 0 apple.")

2024/10/28 23:17
加载中...