python-aos-lesson icon indicating copy to clipboard operation
python-aos-lesson copied to clipboard

Update defensive episode to encourage re-use

Open znicholls opened this issue 3 years ago • 0 comments

@DamienIrving I'm not sure what you think about this, but parsing inargs to main means that main can't be re-used elsewhere (one of the students tried to copy things to a notebook and then run things). If we changed the pattern a bit (suggestion here but not the only way) then code re-use might be simpler (and we could document main).

znicholls avatar Feb 08 '22 03:02 znicholls