Reading from the console and writing to it is a piece of cake in python. These two functions do it for you perfectly:
1 2 |
a = input() print(a) |
Then why am I writing a whole article about it? Well, there is something fancy, if…