fork download
  1. wiek=input("ile masz lat?")
  2. print("masz lat " +wiek+".")
  3.  
Success #stdin #stdout 0.04s 9716KB
stdin
16
stdout
ile masz lat?masz lat 16.