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.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for geetylerr

Can someone review this and give it some tips? Ive awlways struggled with python programming. # address book # Tyler G def search_database (): #search algoritm searchcriteria = raw_input("What do you want to search? ") temp1 = open("addressbookdata","r") for line in temp1: if searchcriteria in line: print ("\n") print ("\n") …

Member Avatar for TrustyTony
0
2K