Skip to content

Commit

Permalink
corrected formatting of message so that "'" shows
Browse files Browse the repository at this point in the history
On the line: hatdata2decode=input
The formatting of the string was corrected thanks to a fix by @PumpkingWok
  • Loading branch information
hatgit authored Apr 25, 2019
1 parent 4d7d691 commit 6672791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base64Decode_v1_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def decodeAsHex(string):

return hex(int(decodeAsBin(string), 2))

hatdata2decode=input('Enter any combination of the following characters to decode without spaces: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&''()*+,-.{:;<=>?@[}]^_`":')
hatdata2decode=input('Enter any combination of the following characters to decode without spaces: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ!"'"#$%&'"'()*+,-.{:;<=>?@[}]^_`:')

print(decodeAsBin(hatdata2decode))

Expand Down

0 comments on commit 6672791

Please sign in to comment.