fork download
  1. # your code goes here
  2.  
  3. a = input("age")
  4. print(a)
Success #stdin #stdout 0.03s 7264KB
stdin
18
stdout
age18