blueloveTH 29bdeca8eb up
2022-11-28 02:52:32 +08:00

6 lines
128 B
Python

print("Welcome to the Python world!")
a = input()
print("You entered: " + a)
b = input()
print("You entered: " + b)
print("END")