Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 354 Bytes

python-learning-journal

A repository to document my Python learning journey

About Me

My name is William but you can call me Bill

Goals for This Course

Get comfortable with traditional data structures using Python.
Augment with chatGPT as my coding buddy.

My First Python Program

message = "Hello, World!"  
print(message)