We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eec827 commit b35f66aCopy full SHA for b35f66a
Python - String Methods encode() 2.txt
@@ -5,3 +5,4 @@ print(txt.encode(encoding="ascii",errors="ignore"))
5
print(txt.encode(encoding="ascii",errors="namereplace"))
6
print(txt.encode(encoding="ascii",errors="replace"))
7
print(txt.encode(encoding="ascii",errors="xmlcharrefreplace"))
8
+//creater by Sanusanth
0 commit comments