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
~310 People Reached
About Me

I am who I am and thats all I have to offer! It should be enough for any person!

I'm a musician and a writer on my own time. What else can i say? I love music! It's very soothing.

Favorite Forums
Favorite Tags
Member Avatar for elbert.leach

# This program reads numbers from a file into a list. def main(): # Open a file for reading. infile = open('text.txt', 'r') sentences = infile.readlines() # Read the contents of the file into a list. infile.close() # Close the file. index = 0 # Convert each element to an …

Member Avatar for Ene Uran
0
310