It seems that a man named Richie Hindle made a GOTO module in Python as an April fool’s joke. The GOTO construct, which has been quite controversial on whether it creates unmaintainable spaghetti code or a construct to make programming easier. The construct has been around for ages. It has been present in almost all current high-level languages. However, there are some languages that are the exception and don’t have GOTOs, namely Python and Ruby. Well, we can now write off Python to that list
I wonder how Guido van Rossum would feel about this module?








Add Comment
I’ve developed another quick calculator for games. This time its a calculator for the damage modifiers in Pokemon based on pokemon’s elemental types. Just select the defending pokemon’s type combination and it will display the proficiencies of the different elements against it. 

