/cs100

A compilation of my projects for a basic intro to cs course using Python 3

Primary LanguagePython

Intro to CS CS100

A compilation of my projects for a basic intro to cs course using Python 3

Projects

HW1_StevenGardiner.py Just basic variable declaration and syntax and arithmetic operators

HW2_StevenGardiner.py Working with manipulating lists

HW3_StevenGardiner.py Using Turtles and Math import

HW4_StevenGardiner.py Conditionals and Recursion

HW5_StevenGardiner.py Loops

HW6_StevenGardiner.py Functions

HW7_StevenGardiner.py

HW8_StevenGardiner.py While Loops and Files

Hw9_StevenGardiner.py File Interaction

HW10_StevenGardiner.py Dictionaries

dog.py Assignment 11 Classes