- 1
What do i fo to make it give me an option to enter my username after it askes me for it?
I started to make my first mini game in Python and when i try to run the cide that I've written it wont let me enter my username https://code.sololearn.com/crOkTs5gCrRU/?ref=app
3 Answers
0
Actually, I tried to run your code, thereâs nothing wrong with it though I donât get it why you used the random module. I noticed that you use virtualenv so have you tried to activate it ?
0
The random module is there because I whant a random number to be generated later on in the game,i fihured out what I wanted though,thank you anyway!
0
Your welcome.đ