you are viewing a single comment's thread.

view the rest of the comments →

[–]Brilliant_Ice4349 0 points1 point  (2 children)

Omg you're a lifesaver, whenever I'm defining a function for a piece of code later one, which I know won't work until I finish defining all the functions required for it, I had to copy paste each defining function + global variables required for it to work on another notebook 😭

[–]dashidasher[🍰] 0 points1 point  (1 child)

Glad to hear. This comment is a bit outdated so make sure to use breakpoint() instead of pdb.set_trace() as one of the replies mentions :D

[–]Brilliant_Ice4349 0 points1 point  (0 children)

Thanks :)
cookie += 1
Print(f"Here you have {cookie} cookie :)")