Hi, please help me. Say I have 2 lines of code below. I want to "print ranking" and have result of "1" (force string to use global variable) instead of the letter "a". What are the methods available?
a=1
ranking = "a"
Can you please help me out? I'm noob at python. Thanks.