"Hello World (Local)" Exercise
Learning Objectives
Prerequisites
Instructions
# This is some example python code
# These lines starting with # are "comments"
print("HELLO WORLD!")
x = 2 + 2
print(x)Success Criteria
Last updated