Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #107.55K
~446 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for vunkas

mess = open('data.file').read() #insert the data file clean = mess.translate(None, '!@#$%^&*()_+').replace('then','now') #ignores all characters you put in and replaces then with now print clean

Member Avatar for nosrac25
2
446

The End.