Skip to content

Commit 0a4d53b

Browse files
authored
Update Python - Escape Characters hex value.txt
1 parent aee4f33 commit 0a4d53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#A backslash followed by an 'x' and a hex number represents a hex value:
22
txt = "\x48\x65\x6c\x6c\x6f"
33
print(txt)
4+
// creater by Sanusanth

0 commit comments

Comments
 (0)