if Command == wikiL:
wikipediaSearch()
That is my code and the list is
wikiL = ['Wiki', 'wiki', 'WIKI', 'wIKI', 'Wikipedia', 'wikipedia', 'WIKIPEDIA', 'wIKIPEDIA']
Is there anyway I can do this because when I try it doesn't do anything
if Command == wikiL:
wikipediaSearch()
That is my code and the list is
wikiL = ['Wiki', 'wiki', 'WIKI', 'wIKI', 'Wikipedia', 'wikipedia', 'WIKIPEDIA', 'wIKIPEDIA']
Is there anyway I can do this because when I try it doesn't do anything