Skip to content

Commit

Permalink
add decrypt_message_two.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haa19018 committed Jan 28, 2024
1 parent 4bddbc3 commit 1e3ab4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions decrypt_message_two.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
encrypted_file = open("encrypted_message_two.txt", 'r')

encrypted_message = encrypted_file.readline()

encrypted_file.close()

# Write Code Here

0 comments on commit 1e3ab4d

Please sign in to comment.