From 1fffabc999166a5b5305411609f8afd4ce26d9f7 Mon Sep 17 00:00:00 2001 From: sealldeveloper <120470330+sealldeveloper@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:56:29 +1100 Subject: [PATCH] add 'Python' to '3.9+' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a472349..16b3fd3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PyWTF `a-z()+` -PyWTF is an esoteric and educational programming style based on JSFuck and inspired by [this tweet](https://x.com/chordbug/status/1834642829919781369). It uses only built-in functions to execute code. **It currently represents all characters below `0x7f` in 48 characters or less in 3.9+.** +PyWTF is an esoteric and educational programming style based on JSFuck and inspired by [this tweet](https://x.com/chordbug/status/1834642829919781369). It uses only built-in functions to execute code. **It currently represents all characters below `0x7f` in 48 characters or less in Python 3.9+.** It does not depend on a browser, so you can even run it with Python (to come).