Hey guys again, but i got another question. With this code here:
if choice == 'help' or '/help':
print "Test"
what if you entered anything else besides '/help' or 'help' and you have defined other things in the code you want to go to from input? any ideas/suggestions, Thanks