fork download
  1. n=input()
  2. if 44==n:
  3. print("Это верно!")
  4. else:
  5. print("Это не верно!")
Success #stdin #stdout 0.03s 9672KB
stdin
44
stdout
Это не верно!