0

so if I do something like this:

name = input("Enter your name: ")

then when I put in a name like bob for example it will just go to the next line. How do I fix this?

Liam Hall
  • 43
  • 2
  • 9

1 Answers1

0

I was trying to do something similar the other day. If you run your code from the command prompt instead of within sublime it should correctly place the input in the variable and continue with the program.

KillerToilet
  • 196
  • 9