Skip to content

Commit 6672791

Browse files
authored
corrected formatting of message so that "'" shows
On the line: hatdata2decode=input The formatting of the string was corrected thanks to a fix by @PumpkingWok
1 parent 4d7d691 commit 6672791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base64Decode_v1_01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def decodeAsHex(string):
101101

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

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

106106
print(decodeAsBin(hatdata2decode))
107107

0 commit comments

Comments
 (0)