Posts by ScriptKiddie • 21 points
1 post
-
2
votes2
answers6045
viewsQ: How to ask questions for the user in Python, without running constantly?
I’m creating a code in Python that asks for the nick of a player and, as the user responds, he will receive a reply, check: player = (input('Digite o nick desejado:')) if player == 'Phil' :…