diff --git a/converBytestoString.py b/converBytestoString.py new file mode 100644 index 0000000..cb7b58a --- /dev/null +++ b/converBytestoString.py @@ -0,0 +1 @@ +print(b'Easy \xE2\x9C\x85'.decode("utf-8"))