python这么做,100%对
2024-07-10 11:36:10
发布于:浙江
11阅读
0回复
0点赞
x,y=input().split()
x=int(x)
y=int(y)
if x>y:
print('>')
elif x==y:
print('=')
else:
print('<')
这里空空如也
2024-07-10 11:36:10
发布于:浙江
x,y=input().split()
x=int(x)
y=int(y)
if x>y:
print('>')
elif x==y:
print('=')
else:
print('<')
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个