Anton
V.
Projects and
blogs
Archive
Python Minifier
Python Minifier
Python code
def foo(): my_string = "Hello World!" print(my_string) # Comment foo()
1
def
foo
():
2
my_string =
"Hello World!"
3
print
(my_string)
4
5
# Comment
6
foo()
Minify
Reset
Python Minifier
Made by Anton Vasetenkov in Auckland, New Zealand.
Email
me if you'd like to discuss a project.