User Profile
Collapse
-
Can you run the script in IDE? -
Code:dict = {'Alice': ["2","bookclub",],'Jane': ["3","mat club"]} for x,y in enumerate(dict): # x is the dict key # y is the list for item in dict[y]:#dict[y] is lookup the item with the dict key print(y,item)Leave a comment:
-
-
Have you added a Environment Variable for python in windows and it is pointing to your python.exe?Leave a comment:
-
It should look like this.
Code:x = raw_input('Hello how are you?') if x == "very good": print("Good Im Glad To Hear That!") else: print("I'm Sorry!")Leave a comment:
-
I had the same issue turn off user account controls and reinstall Python.
http://www.neuralwiki.org/index.php?..._Windows_VistaLeave a comment:
No activity results to display
Show More
Leave a comment: