From 7e860d4573c7cba303e3f0f102fccd1b9ce86c0f Mon Sep 17 00:00:00 2001 From: Anjali Saxena <67070416+anjali1969@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:21:47 +0530 Subject: [PATCH] Create converBytestoString.py --- converBytestoString.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 converBytestoString.py 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"))