224
Python needs an actual default function
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
If it's a quick dirty script like doing a one time update to multiple records then I'll just write it under the if name == main.
If it's a one time script you don't even need the if...