Starter Code

week5.py

myName = "" # your name
session = "Week 5"
print(session + " " + myName)

Last updated

Was this helpful?