Re: How Do I Change My Timezone?

Home 2019 Forums Account Settings How Do I Change My Timezone? Re: How Do I Change My Timezone?

February 16, 2017 at 10:13 am admin_lifexite

see also: https://bdhacker.wordpress.com/2010/02/27/python-tutorial-dictionaries-key-value-pair-maps-basics/

userInput = 'hi'
lists = {}
lists['h'] = [2, 5, 3]
lists['i'] = [6, 6, 2]
for i in userInput:
    for objects in (lists[userInput[i]]):
        print(objects)