fork download
  1. print("Introduce n")
  2. n = input ()
  3. print(n)
Success #stdin #stdout 0.03s 9548KB
stdin
n
stdout
Introduce n