Module 0
if_statement.py
Output
    Patient is allergic to penicillins
if_statement.py
Output
    Patient is allergic to penicillins
if_statement.py
Output
    Patient is allergic to other antibiotics
Output
    1
    2
    3
    4
    5
for_loop_break.py
Output
    1
    2
    3
    4
    5
    6
    End
Output
    1
    2
    3
    4
    5
0.Output
    a
value from a dictionary by providing it with the key you want to look up.Output
    11
Output
    hello world
    5
Lesson 3.True and False, e.g. 1 and 0s. They are literal thinkers.unpaired quotation mark, look out for that space that should not be there, and make sure you match your indentations to your if statements.