I am trying something very simple but my code just stuck or it is a problem with the print input function. So this is my code
variable = input("Enter something: ")
print(variable)
When I run my script e get nothing. This is the output:
Enter something: try
And it just stuck. Nothing is printed. I do not know what is the problem and do not think that there is a coding problem.