Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags
Member Avatar for francisgan9

[CODE]# phonebook dictionary phonebook={'francis':'francis@gmail.com','iris': 'iris@gmail.com','karen':'karen@gmail.com'} name=raw_input('what name you want to check :') # check if the name is in the dictionary if name in phonebook.items() : name=key print phonebook.get(key) # if yes, print the email else: print 'not here' # check the correctness of the program # I could not …

Member Avatar for JoshuaBurleson
0
1K
Member Avatar for francisgan9

I have installed the latest Ubuntu for notebook on my Acer Aspire 4715Z Pentium Dual-Core for last several months- working very smoothly & enjoying the "new world." I thought I never need to go back to Windows(rarely) - but yesterday as I updated the Update Manager and restarted it as …

Member Avatar for Bilal Ahmad
0
190