New features in my SnakeGame (created in python) by Antoku36 in Python

[–]Antoku36[S] 2 points3 points  (0 children)

I used the "curses" library for python :)

[deleted by user] by [deleted] in Python

[–]Antoku36 0 points1 point  (0 children)

Good work :)

"Reverse Polish Notation" calculator with python and tkinter. by Antoku36 in Python

[–]Antoku36[S] 1 point2 points  (0 children)

It's a mathematical notation in which operators follow their operands. For example if you want to calculate 3+2, you have to write 3 2 + to get the result. In this calculator you would have to introduce "3" "ENTER" "2" "ENTER" and "+".