DEV Community

Discussion on: 3 More Common Beginner Python Mistakes

Collapse
 
moopet profile image
Ben Sinclair

The first example (printing 5 and 20) is the wrong way around, because you're printing the global variable after the local one.

Collapse
 
thatonejakeb profile image
Jacob Baker

Typo, fixed, cheers boss (: