Open khoivan88 opened 4 years ago
Thank you! I think we may be able to introduce elif
(and else
in lesson 1 under the heading "making choices"). We use an if
statement to get number less than 0, elif
could be used to capture numbers equal to zero, and else
to get all else.
is this issue still open ?
Hi, thank you for the tutorial. I just have a suggestion on the use of
elif
clause instead of justif
clause in this block: https://github.com/MolSSI-Education/python_scripting_cms/edit/gh-pages/_episodes/02-file_parsing.md#L256-L268