Skip to content

konstin/python_plus_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python++

Did you ever want increment (++) and decrement (--) operators in python?

$ cat example.py
i = 0
while i < 3:
    i++
    print(i)
$ python_plus_plus example.py
1
2
3

About

Did you ever want increment (`++`) and decrement (`--`) operators in python?

Resources

Stars

Watchers

Forks

Packages

No packages published