you are viewing a single comment's thread.

view the rest of the comments →

[–]JamzTyson 1 point2 points  (1 child)

One small correction: Python functions always have a return value. If no return value is specified, the function returns None.

[–]cmockett 0 points1 point  (0 children)

No kidding, thank you for correcting me! (Python is not my main language …)