From c3749645a4a4620b308e145c565a61c8056de6da Mon Sep 17 00:00:00 2001 From: ada-dmitry Date: Sat, 30 Mar 2024 17:38:14 +0300 Subject: [PATCH] meow --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..5cd7b26 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +a = '10000100 11001110 10101110 00000100 00100110 01110110 10101110 11110110 01001110 10000110 00000100 11001110 10100110 00101110 10011110 01000110 00000100 00100110 01110110 10000110 00000100 11001110 00101110 10010110 01000010' + +print(a[::-1]) \ No newline at end of file