For example, my code is like
a = input('a is: ')
b = input('b is: ')
I hope the running result is
a is: test1
b is: test2
but actually the result is
a is: test1
b is: test2
This is awfully ugly as for me. Can anyone offer a simple solution to this?