fork download
  1. age = 25
  2. name = "sarabi"
  3. print("her name is:print(name)")
Success #stdin #stdout 0.1s 14196KB
stdin
Standard input is empty
stdout
her name is:print(name)