0
Can anyone help?
Im trying to create a small game and don't know how to make the first line be first. Like I don't want to input be first I want the text be first. I tried using message but it didn't work. https://sololearn.com/compiler-playground/cJlTk506O6Pd/?ref=app
5 Answers
+ 3
Hello Michael ThaBest
Unfortunately this is not possible on Sololearn. Wherever you put your input() statement in your code, it will always be the first.
Use an IDE if you have a computer or you can use Pydroid (not sure about iPhone but it's available for Android) if you only have a smartphone.
+ 3
Okay, but will it work on vscode
+ 2
Yes. :)
0
Eeee messi
0
print("Choose A Number And I Will Guess It!")
number = int (input("type the the number u r thinking: "))
print(f"Is It {number} number")