明明跟AC一样的代码为什么我的会是0分
查看原帖
明明跟AC一样的代码为什么我的会是0分
490846
WABC20楼主2021/3/18 19:50

x=int(input()) if x==0 or x==1: print("Today,I ate {} apple.".format(x)) else: print("Today,I ate {} apples.".format(x))

我十分不理解为什么我的代码是零分?有大佬能帮忙看看吗?

2021/3/18 19:50
加载中...