Skip to content

Commit

Permalink
add 'Python' to '3.9+' in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sealldeveloper committed Oct 16, 2024
1 parent 23b70bb commit 1fffabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit 1fffabc

Please sign in to comment.