Skip to content
Python Fundamentals NoteBook
Introduction
I shall write my notes here and access them during practice quizzes and assessments.
# Start coding here...
message = "hello world"
print(message)