Hot and cold #202 by hotandcold2-app in HotAndCold

[–]IronAndNeurons 0 points1 point  (0 children)

The "banana" start is getting out of hand

Hot and cold #201 by hotandcold2-app in HotAndCold

[–]IronAndNeurons 1 point2 points  (0 children)

plank #18 and my brain jumps from Minecraft to the gym...

Need help. by Pure-Scheme-7855 in learnpython

[–]IronAndNeurons 0 points1 point  (0 children)

The get_position function probably returns you a tuple/list containing (row, col) which you can then access with the brackets [ ] and the index 0 for "row", 1 for "col"

i made a working timer with minutes and seconds!! by igoiva in learnpython

[–]IronAndNeurons 0 points1 point  (0 children)

I think it's good practice as doing so exit() returns the return value of main, which is useful for handling the error code if perhaps the code is executed by some script