PBL Unit 1 / Week 0

print() prints statment Learnt in Week 1
msg = input(“abcd”) when variable msg is printed, input box states “abcd”, prompting the user to type something in the box Learnt in Week 1
if expression evaluates for true and false Learnt in Week 1
# Comments out code and makes it invalid from running Learnt in Week 1