Skip to content

Commit b35f66a

Browse files
authored
Update Python - String Methods encode() 2.txt
1 parent 6eec827 commit b35f66a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Methods encode() 2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ print(txt.encode(encoding="ascii",errors="ignore"))
55
print(txt.encode(encoding="ascii",errors="namereplace"))
66
print(txt.encode(encoding="ascii",errors="replace"))
77
print(txt.encode(encoding="ascii",errors="xmlcharrefreplace"))
8+
//creater by Sanusanth

0 commit comments

Comments
 (0)