Starter Code

week6.py

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

Last updated

Was this helpful?