tvm.py 128 B

123456
  1. print("Welcome to the Python world!")
  2. a = input()
  3. print("You entered: " + a)
  4. b = input()
  5. print("You entered: " + b)
  6. print("END")