Sep-14-2024, 10:50 AM
Hi,
I am new user for python and im currently following a PDF for samples. I'm stuck where the function ( input is not working ).
code is
I am new user for python and im currently following a PDF for samples. I'm stuck where the function ( input is not working ).
code is
message = input("Tell me something, and I will repeat it back to you: ") print(message)please help.