Skip to content

Commit

Permalink
Merge pull request #7 from wdturner/master
Browse files Browse the repository at this point in the history
Updated to python3
  • Loading branch information
wdturner authored Apr 5, 2021
2 parents 9fc5ee8 + 7f9e0f2 commit 921b45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkpoint4.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
client = MongoClient()

if __name__ == '__main__':
print "Modify me"
print("Modify me")
2 changes: 1 addition & 1 deletion checkpoint5.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def random_word_requester():


if __name__ == '__main__':
print random_word_requester()
print(random_word_requester())

0 comments on commit 921b45a

Please sign in to comment.