fork download
  1. value=input("type in your name:")
  2. print(value)
  3. # your code goes here
Success #stdin #stdout 0.08s 14084KB
stdin
George
stdout
type in your name:George