Closed urFate closed 4 years ago
Easy-peasy. :D https://pastebin.com/TSzgKbXE Examples needed for new coders)
And pls change default player rank 'non' to 'DEFAULT' And correct the display of the player level, because of the fact that there are too many digits) http://prntscr.com/mor8e0
Do not throw this project, perhaps its big future) ☄
I can make these changes for you and include your example!
I'll clean your example up a little though.
optionInput = input("Please select from list: {}\n> ".format(options))
Could be better written as:
optionInput = input(f"Please select from list: {options}\n> ")
Good no problem, I will be very happy. It is very good that you help me.
I haven't worked on this project for quite a while, but this is something you should access with JSON! Could you give an example of a statistic you'd like and I could try to show how to retrieve it? 😊