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)