fork download
  1. # your code goes here
  2. print("input favorite number")
  3. n=input()
  4. print(n)
Success #stdin #stdout 0.02s 9048KB
stdin
7
stdout
input favorite number
7