fork download
  1. number=input()
  2. if number > 3:
  3. print(number)
Success #stdin #stdout 0.01s 7292KB
stdin
2
stdout
Standard output is empty