cpt.tripps.2012
Warlord
- Joined
- May 25, 2012
- Messages
- 176
So in the code I'm looking at I see the word "break" often at the end of an if statement. In python does the "break" command end the function? Is it different then a return? or does it do something else?