0
problem with input()
a=input("username: ") print(a) b=input("password: ") print(b) ---------------------- Output: username: ---------------------- Why not it \/ ? username: password:
2 Answers
+ 1
@Eric Bezerra
First it asks for input and aaits for the user to input something. Than it prints it and than it asks for the second input.
Hope this helps,
- Tom
0
u see on the command window u cannot return back even if errors are made and also executes step by step