fork download
  1. print("hello world")
Success #stdin #stdout 0.1s 14148KB
stdin
n=input()
if n=n[::-1]:
    print("是")
else:
    print("no")
stdout
hello world