├── Class Projects ├── Description ├── Minotaur's Labyrinth │ ├── Labyrinth 1: Build the Roadblocks │ ├── Labyrinth 2: Add Movement Limitations │ ├── Labyrinth 3: Importing Pictures │ ├── Labyrinth 4: Create Pictures of Karel (Right, Left, Up, Down) │ └── Labyrinth 5: Finish the Maze ├── Moving the Block Around │ └── Moving the Block Around ├── PAC-MAN Project │ └── PAC-MAN Game ├── Paddle Game Project │ ├── Adding a Ball with Movement │ ├── Complete Paddle Game │ └── Creating the Paddle Court ├── Sorting Random Numbers │ └── Generating and Sorting Random Numbers ├── Square Roots │ └── Square Roots by the Babylonian Method └── Tic Tac Toe (Final Project) │ └── Tic Tac Toe ├── Python Graphics (Brython) ├── 17.1 Creating Text and Lines │ ├── 17.1.5 Tic Tac Toe Board │ ├── 17.1.6 Underlined Name │ └── 17.1.7 Bubble Letter ├── 17.2 Creating Shapes │ ├── 17.2.4 Flag of Ukraine │ ├── 17.2.5 Flag of [your choice!] │ ├── 17.2.6 Flag of Georgia (Country) │ └── 17.2.7 Flag of Iceland ├── 17.3 Creating Graphics Using Variables │ ├── 17.3.4 Flag of Ukraine Using Variables │ ├── 17.3.5 Snowman │ └── 17.3.6 Ghost ├── 17.4 Using Functions in Graphics │ ├── 17.4.4 Vertical Lines │ ├── 17.4.5 Stoplight │ └── 17.4.6 Ghost Invasion ├── 17.5 Using Loops in Graphics │ ├── 17.5.4 The Worm │ ├── 17.5.5 Dartboard │ └── 17.5.6 Sidewalk ├── 17.6 Graphics Challenges │ ├── 17.6.1 Pyramid │ └── 17.6.2 Extended Forest └── Description ├── README.md ├── Unit 10: Strings ├── 10.1 Indexing │ ├── 10.1.2 Indexing │ ├── 10.1.5 Initials │ └── 10.1.6 Sandwich Sandwiches ├── 10.2 Slicing │ ├── 10.2.2 Slicing │ ├── 10.2.6 If You're Not First, You're Last │ ├── 10.2.7 Part 1, Replace a Letter │ └── 10.2.8 Part 2, Replace a Letter ├── 10.3 Immutability │ ├── 10.3.2 Immutability │ └── 10.3.4 Find the Error ├── 10.4 Strings and For Loops │ ├── 10.4.2 Strings and For Loops │ ├── 10.4.4 Length of User's Name │ ├── 10.4.7 Spelling Bee │ └── 10.4.8 Keeping Count ├── 10.5 The in Keyword │ ├── 10.5.2 The in Keyword │ └── 10.5.5 Contains a Vowel ├── 10.6 String Methods │ ├── 10.6.10 Part 2, Remove All From String │ ├── 10.6.2 String Methods │ ├── 10.6.4 ENTHUSIASM! │ ├── 10.6.8 What's in a Name? │ └── 10.6.9 Part 1, Remove All From String └── Description ├── Unit 11: The Game of Pig ├── 11.1 The Game of Pig │ ├── 11.1.1: The Game of Pig │ ├── 11.1.2 Build the Basic Program │ └── 11.1.3 Adding a Computer Opponent └── Description ├── Unit 12: Creating and Altering Data Structures ├── 12.1 Tuples │ ├── 12.1.10 Coordinate Pairs │ ├── 12.1.2 Tuples │ ├── 12.1.7 Fix This Tuple │ ├── 12.1.8 Citation │ └── 12.1.9 Diving Contest ├── 12.2 Lists │ ├── 12.2.2 Lists │ ├── 12.2.5 Spell It Out │ └── 12.2.7 Listed Greeting ├── 12.3 Loops and Lists │ ├── 12.3.2 For Loops and Lists │ ├── 12.3.5 Max In List │ ├── 12.3.6 Owls │ ├── 12.3.7 Exclamat!on Po!nts │ ├── 12.3.8 Word Ladder │ └── 12.3.9 Owls, Part 2 ├── 12.4 List Methods │ ├── 12.4.11 Take a Thing Out, Sort It and Reverse It │ ├── 12.4.12 Librarian, Part 2 │ ├── 12.4.2 List Methods │ ├── 12.4.4 How Many Names? │ ├── 12.4.5 Five Numbers │ └── 12.4.7 Librarian └── Description ├── Unit 13: Extending Data Structures ├── 13.1 2d Lists │ ├── 13.1.2 2d Lists │ ├── 13.1.6 Checkerboard, v1 │ ├── 13.1.7 Checkerboard, v2 │ ├── 13.1.8 Checkerboard, v3 │ └── 13.1.9 Tic Tac Toe ├── 13.2 List Comprehensions │ ├── 13.2.2 List Comprehensions │ ├── 13.2.5 Divisible by 3 │ ├── 13.2.8 Last Names │ └── 13.2.9 Strings To Integers ├── 13.3 Packing and Unpacking │ ├── 13.3.2 Packing and Unpacking │ ├── 13.3.6 Coordinate Pair │ ├── 13.3.7 Slopes │ └── 13.3.9 Full Name & Citation ├── 13.4 Dictionaries │ ├── 13.4.2 Dictionaries │ ├── 13.4.5 Phone Book │ └── 13.4.6 Word Counts └── Description ├── Unit 14: Project: Guess the Word ├── 14.1 Project: Guess the Word │ ├── 14.1.2 Guess the Word, Part 1 │ ├── 14.1.3 Guess the Word, Part 2 │ ├── 14.1.4 Guess the Word, Part 3 │ └── 14.1.5 Guess the Word, Part 4 └── Description ├── Unit 15: File IO ├── 15.1 What is File IO │ ├── 15.1.2 What is File IO │ ├── 15.1.5: Choosing a File Format: TXT vs. CSV │ └── 15.1.8: File IO and Social Media ├── 15.2 Reading Characters from File │ ├── 15.2.3 Reading Characters from File │ ├── 15.2.6 Fix This: Reading Characters │ ├── 15.2.7 Fix This: Unable to Read │ └── 15.2.8 Validating Tweet Length ├── 15.3 Reading Line from File │ ├── 15.3.3 Read Line from File │ ├── 15.3.5 Counting Lines in a File │ ├── 15.3.6 Summing Numbers from File │ └── 15.3.7 Formatting Movie Titles ├── 15.4 Reading All Lines from File │ ├── 15.4.3 Reading All Lines from File │ ├── 15.4.5 Finding the Needle in the Haystack │ └── 15.4.6 Extract Quotes from a Text File ├── 15.5 Writing to File │ ├── 15.5.3 Writing to File │ ├── 15.5.6 Activity Tracker │ ├── 15.5.7 Guest Book │ └── 15.5.8 Write the Sum ├── 15.6 Move File Pointer Position │ ├── 15.6.3 Move File Pointer Position │ ├── 15.6.6 Read from Middle │ └── 15.6.7 Reverse a File └── Description ├── Unit 1: Welcome ├── 1.1 Welcome │ └── 1.1.2: Welcome └── Description ├── Unit 2: Karel in Python ├── 2.1 Introduction to Programming with Karel │ ├── 2.1.2 Quiz: Karel Commands │ ├── 2.1.4: Your First Karel Program │ ├── 2.1.5: Short Stack │ └── 2.1.6: Dancing Karel ├── 2.10 If Statements │ ├── 2.10.2 If Statements Quiz │ └── 2.10.5: Is There a Ball? ├── 2.11 If Else Statements │ ├── 2.11.2 If Else Statements Quiz │ └── 2.11.5: Right Side Up ├── 2.12 While Loops in Karel │ ├── 2.12.2 While Loops in Karel Quiz │ ├── 2.12.4: Follow The Yellow Ball Road │ ├── 2.12.5: Lay Row of Tennis Balls │ └── 2.12.6: Big Tower ├── 2.13 Control Structures Example │ ├── 2.13.2 Control Structures Example Quiz │ └── 2.13.4: Random Hurdles ├── 2.14 Debugging Strategies │ ├── 2.14.2 Debugging Basics │ ├── 2.14.3: Debug: The Two Towers │ ├── 2.14.4: Debug: Lots of Hurdles │ ├── 2.14.6 Debugging with Error Messages │ ├── 2.14.7: Debug: Big Tower │ └── 2.14.8: Debug: Random Hurdles ├── 2.15 Algorithms │ ├── 2.15.2 Quiz: Which Control Structure? │ └── 2.15.6: Decorate the Fence ├── 2.16 Ultra Karel │ ├── 2.16.2 Ultra Karel Quiz │ ├── 2.16.5: Invert Colors │ └── 2.16.6: Checkerboard Karel ├── 2.17 Karel Challenges │ └── Not Available ├── 2.2 More Basic Karel │ ├── 2.2.2 More Basic Karel Quiz │ ├── 2.2.4: Make a Tower │ ├── 2.2.5: Pyramid of Karel │ └── 2.2.6: Go Through the Door ├── 2.3 Karel Can't Turn Right │ ├── 2.3.2 Karel Can't Turn Right Quiz │ ├── 2.3.4: Fireman Karel │ ├── 2.3.5: Slide Karel │ └── 2.3.6: Reflection: Teaching Karel New Commands ├── 2.4 Functions in Karel │ ├── 2.4.2 Functions in Karel Quiz │ ├── 2.4.4: Pancakes │ ├── 2.4.5: Backflip │ ├── 2.4.6: Digging Karel │ └── 2.4.7: Build a Shelter ├── 2.5 Top Down Design and Decomposition in Karel │ ├── 2.5.2 Top Down Design and Decomposition Quiz │ ├── 2.5.4: The Two Towers │ ├── 2.5.5: Make a 'Z' │ └── 2.5.6: Reflection: Top Down Design ├── 2.6 Commenting Your Code │ ├── 2.6.2 Commenting Your Code Quiz │ ├── 2.6.4: The Two Towers + Comments │ └── 2.6.5: Reflection: Commenting ├── 2.7 Abstraction │ ├── 2.7.2 Abstraction Quiz │ ├── 2.7.4: Abstracting Your Day │ ├── 2.7.5: Reflection: Abstraction │ └── 2.7.6: Reflection: Abstraction in Karel ├── 2.8 Super Karel │ ├── 2.8.2 Super Karel Quiz │ └── 2.8.4: The Two Towers + SuperKarel ├── 2.9 For Loops │ ├── 2.9.2 For Loops Quiz │ ├── 2.9.5: Take 'em All │ ├── 2.9.6: Dizzy Karel │ ├── 2.9.7: For Loop Square │ └── 2.9.8: Lots of Hurdles └── Description ├── Unit 3: Basic Python and Console Interaction ├── 3.1 Printing in Python │ ├── 3.1.2 Printing in Python │ ├── 3.1.5 Introduce Yourself │ ├── 3.1.6 Fix This Program! │ └── 3.1.7 Vertical name ├── 3.2 Variables and Types │ ├── 3.2.2 Variables and Types │ ├── 3.2.6 Make Some Variables! │ └── 3.2.7 Undefined Variables ├── 3.3 User Input │ ├── 3.3.2 User Input │ ├── 3.3.6 Hello │ └── 3.3.7 Age ├── 3.4 Mathematical Operators │ ├── 3.4.2 Mathematical Operators │ ├── 3.4.5 Add Parentheses │ └── 3.4.8 Rectangle ├── 3.5 String Operators │ ├── 3.5.2 String Operators │ ├── 3.5.4 Fix This Program │ ├── 3.5.6 Introduce Yourself, Part 2 │ ├── 3.5.7 Rectangle, Part 2 │ ├── 3.5.8 Rectangle, Part 3 │ └── 3.5.9 Recipe ├── 3.6 Comments │ ├── 3.6.2 Comments │ └── 3.6.5 Add Comments! ├── 3.7 Programming Languages │ ├── 3.7.4: Dynamically Typed vs. Statically Typed │ └── 3.7.7: Compiled vs. Interpreted Languages └── Description ├── Unit 4: Project: Mad Libs ├── 4.1.1 Project: Mad Libs └── Description ├── Unit 5: Conditionals ├── 5.1 Booleans │ ├── 5.1.2 Booleans │ ├── 5.1.4 Fix This Program │ └── 5.1.5 Plants ├── 5.2 If Statements │ ├── 5.2.2 If Statements │ ├── 5.2.5 Fix This Program │ └── 5.2.6 Is It Raining? ├── 5.3 Comparison Operators │ ├── 5.3.10 Transaction │ ├── 5.3.2 Comparison Operators │ ├── 5.3.6 Old Enough to Vote? │ ├── 5.3.7 Positive, Zero, or Negative? │ └── 5.3.9 Table Reservation ├── 5.4 Logical Operators │ ├── 5.4.2 Logical Operators │ ├── 5.4.4 Administrators, Teachers, and Students │ ├── 5.4.5 Presidential Eligibility │ └── 5.4.6 Presidential Eligibility- Extended ├── 5.5 Floating Point Numbers and Rounding │ ├── 5.5.2 Floating Point Numbers and Rounding │ └── 5.5.4 Correct Portion └── Description ├── Unit 6: Quiz Game ├── 6.1.1 Project: Quiz Game └── Description ├── Unit 7: Looping ├── 7.1 While Loops │ ├── 7.1.2 While Loops │ ├── 7.1.6 2 Through 20 Even │ └── 7.1.7 Divisibility ├── 7.2 For Loops │ ├── 7.2.2 For Loops │ ├── 7.2.5 Counting 10 to 100 by Tens │ ├── 7.2.8 Average Test Score │ └── 7.2.9 How Many Names? ├── 7.3 Break and Continue │ ├── 7.3.2 Break and Continue │ ├── 7.3.7 Higher or Lower │ └── 7.3.8 Higher or Lower 2.0 ├── 7.4 Nested Control Structures │ ├── 7.4.2 Nested Control Structures │ ├── 7.4.6 Rolling Dice │ └── 7.4.7 Categories └── Description ├── Unit 8: Password Authenticator ├── 8.1.1 Project: Password Authenticator └── Description └── Unit 9: Functions and Exceptions ├── 9.1 Functions ├── 9.1.2 Functions └── 9.1.5 Weather ├── 9.2 Functions and Parameters ├── 9.2.2 Functions and Parameters ├── 9.2.5 Print Product ├── 9.2.6 Print Multiple Times └── 9.2.8 Area of a Square with Default Parameters ├── 9.3 Namespaces in Functions ├── 9.3.2 Namespaces in Functions ├── 9.3.5 Fix This Program! ├── 9.3.6 Adding to a Value └── 9.3.7 Add, Subtract, or Multiply ├── 9.4 Functions and Return Values ├── 9.4.2 Functions and Return Values ├── 9.4.4 Add One ├── 9.4.8 Sum Two Numbers └── 9.4.9 Temperature Converter ├── 9.5 Exceptions ├── 9.5.2 Exceptions ├── 9.5.5 Temperature Converter, Part 2 └── 9.5.6 Enter a Positive Number └── Description /Class Projects/Description: -------------------------------------------------------------------------------- 1 | A collection of class projects using Python. 2 | -------------------------------------------------------------------------------- /Class Projects/Minotaur's Labyrinth/Labyrinth 1: Build the Roadblocks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Minotaur's Labyrinth/Labyrinth 1: Build the Roadblocks -------------------------------------------------------------------------------- /Class Projects/Minotaur's Labyrinth/Labyrinth 2: Add Movement Limitations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Minotaur's Labyrinth/Labyrinth 2: Add Movement Limitations -------------------------------------------------------------------------------- /Class Projects/Minotaur's Labyrinth/Labyrinth 3: Importing Pictures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Minotaur's Labyrinth/Labyrinth 3: Importing Pictures -------------------------------------------------------------------------------- /Class Projects/Minotaur's Labyrinth/Labyrinth 4: Create Pictures of Karel (Right, Left, Up, Down): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Minotaur's Labyrinth/Labyrinth 4: Create Pictures of Karel (Right, Left, Up, Down) -------------------------------------------------------------------------------- /Class Projects/Minotaur's Labyrinth/Labyrinth 5: Finish the Maze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Minotaur's Labyrinth/Labyrinth 5: Finish the Maze -------------------------------------------------------------------------------- /Class Projects/Moving the Block Around/Moving the Block Around: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Moving the Block Around/Moving the Block Around -------------------------------------------------------------------------------- /Class Projects/PAC-MAN Project/PAC-MAN Game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/PAC-MAN Project/PAC-MAN Game -------------------------------------------------------------------------------- /Class Projects/Paddle Game Project/Adding a Ball with Movement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Paddle Game Project/Adding a Ball with Movement -------------------------------------------------------------------------------- /Class Projects/Paddle Game Project/Complete Paddle Game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Paddle Game Project/Complete Paddle Game -------------------------------------------------------------------------------- /Class Projects/Paddle Game Project/Creating the Paddle Court: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Paddle Game Project/Creating the Paddle Court -------------------------------------------------------------------------------- /Class Projects/Sorting Random Numbers/Generating and Sorting Random Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Sorting Random Numbers/Generating and Sorting Random Numbers -------------------------------------------------------------------------------- /Class Projects/Square Roots/Square Roots by the Babylonian Method: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Square Roots/Square Roots by the Babylonian Method -------------------------------------------------------------------------------- /Class Projects/Tic Tac Toe (Final Project)/Tic Tac Toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Class Projects/Tic Tac Toe (Final Project)/Tic Tac Toe -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.1 Creating Text and Lines/17.1.5 Tic Tac Toe Board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.1 Creating Text and Lines/17.1.5 Tic Tac Toe Board -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.1 Creating Text and Lines/17.1.6 Underlined Name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.1 Creating Text and Lines/17.1.6 Underlined Name -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.1 Creating Text and Lines/17.1.7 Bubble Letter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.1 Creating Text and Lines/17.1.7 Bubble Letter -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.2 Creating Shapes/17.2.4 Flag of Ukraine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.2 Creating Shapes/17.2.4 Flag of Ukraine -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.2 Creating Shapes/17.2.5 Flag of [your choice!]: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.2 Creating Shapes/17.2.5 Flag of [your choice!] -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.2 Creating Shapes/17.2.6 Flag of Georgia (Country): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.2 Creating Shapes/17.2.6 Flag of Georgia (Country) -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.2 Creating Shapes/17.2.7 Flag of Iceland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.2 Creating Shapes/17.2.7 Flag of Iceland -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.3 Creating Graphics Using Variables/17.3.4 Flag of Ukraine Using Variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.3 Creating Graphics Using Variables/17.3.4 Flag of Ukraine Using Variables -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.3 Creating Graphics Using Variables/17.3.5 Snowman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.3 Creating Graphics Using Variables/17.3.5 Snowman -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.3 Creating Graphics Using Variables/17.3.6 Ghost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.3 Creating Graphics Using Variables/17.3.6 Ghost -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.4 Using Functions in Graphics/17.4.4 Vertical Lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.4 Using Functions in Graphics/17.4.4 Vertical Lines -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.4 Using Functions in Graphics/17.4.5 Stoplight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.4 Using Functions in Graphics/17.4.5 Stoplight -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.4 Using Functions in Graphics/17.4.6 Ghost Invasion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.4 Using Functions in Graphics/17.4.6 Ghost Invasion -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.5 Using Loops in Graphics/17.5.4 The Worm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.5 Using Loops in Graphics/17.5.4 The Worm -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.5 Using Loops in Graphics/17.5.5 Dartboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.5 Using Loops in Graphics/17.5.5 Dartboard -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.5 Using Loops in Graphics/17.5.6 Sidewalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.5 Using Loops in Graphics/17.5.6 Sidewalk -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.6 Graphics Challenges/17.6.1 Pyramid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.6 Graphics Challenges/17.6.1 Pyramid -------------------------------------------------------------------------------- /Python Graphics (Brython)/17.6 Graphics Challenges/17.6.2 Extended Forest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/17.6 Graphics Challenges/17.6.2 Extended Forest -------------------------------------------------------------------------------- /Python Graphics (Brython)/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Python Graphics (Brython)/Description -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/README.md -------------------------------------------------------------------------------- /Unit 10: Strings/10.1 Indexing/10.1.2 Indexing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.1 Indexing/10.1.2 Indexing -------------------------------------------------------------------------------- /Unit 10: Strings/10.1 Indexing/10.1.5 Initials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.1 Indexing/10.1.5 Initials -------------------------------------------------------------------------------- /Unit 10: Strings/10.1 Indexing/10.1.6 Sandwich Sandwiches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.1 Indexing/10.1.6 Sandwich Sandwiches -------------------------------------------------------------------------------- /Unit 10: Strings/10.2 Slicing/10.2.2 Slicing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.2 Slicing/10.2.2 Slicing -------------------------------------------------------------------------------- /Unit 10: Strings/10.2 Slicing/10.2.6 If You're Not First, You're Last: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.2 Slicing/10.2.6 If You're Not First, You're Last -------------------------------------------------------------------------------- /Unit 10: Strings/10.2 Slicing/10.2.7 Part 1, Replace a Letter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.2 Slicing/10.2.7 Part 1, Replace a Letter -------------------------------------------------------------------------------- /Unit 10: Strings/10.2 Slicing/10.2.8 Part 2, Replace a Letter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.2 Slicing/10.2.8 Part 2, Replace a Letter -------------------------------------------------------------------------------- /Unit 10: Strings/10.3 Immutability/10.3.2 Immutability: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.3 Immutability/10.3.2 Immutability -------------------------------------------------------------------------------- /Unit 10: Strings/10.3 Immutability/10.3.4 Find the Error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.3 Immutability/10.3.4 Find the Error -------------------------------------------------------------------------------- /Unit 10: Strings/10.4 Strings and For Loops/10.4.2 Strings and For Loops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.4 Strings and For Loops/10.4.2 Strings and For Loops -------------------------------------------------------------------------------- /Unit 10: Strings/10.4 Strings and For Loops/10.4.4 Length of User's Name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.4 Strings and For Loops/10.4.4 Length of User's Name -------------------------------------------------------------------------------- /Unit 10: Strings/10.4 Strings and For Loops/10.4.7 Spelling Bee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.4 Strings and For Loops/10.4.7 Spelling Bee -------------------------------------------------------------------------------- /Unit 10: Strings/10.4 Strings and For Loops/10.4.8 Keeping Count: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.4 Strings and For Loops/10.4.8 Keeping Count -------------------------------------------------------------------------------- /Unit 10: Strings/10.5 The in Keyword/10.5.2 The in Keyword: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.5 The in Keyword/10.5.2 The in Keyword -------------------------------------------------------------------------------- /Unit 10: Strings/10.5 The in Keyword/10.5.5 Contains a Vowel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.5 The in Keyword/10.5.5 Contains a Vowel -------------------------------------------------------------------------------- /Unit 10: Strings/10.6 String Methods/10.6.10 Part 2, Remove All From String: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.6 String Methods/10.6.10 Part 2, Remove All From String -------------------------------------------------------------------------------- /Unit 10: Strings/10.6 String Methods/10.6.2 String Methods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.6 String Methods/10.6.2 String Methods -------------------------------------------------------------------------------- /Unit 10: Strings/10.6 String Methods/10.6.4 ENTHUSIASM!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.6 String Methods/10.6.4 ENTHUSIASM! -------------------------------------------------------------------------------- /Unit 10: Strings/10.6 String Methods/10.6.8 What's in a Name?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.6 String Methods/10.6.8 What's in a Name? -------------------------------------------------------------------------------- /Unit 10: Strings/10.6 String Methods/10.6.9 Part 1, Remove All From String: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/10.6 String Methods/10.6.9 Part 1, Remove All From String -------------------------------------------------------------------------------- /Unit 10: Strings/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 10: Strings/Description -------------------------------------------------------------------------------- /Unit 11: The Game of Pig/11.1 The Game of Pig/11.1.1: The Game of Pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 11: The Game of Pig/11.1 The Game of Pig/11.1.1: The Game of Pig -------------------------------------------------------------------------------- /Unit 11: The Game of Pig/11.1 The Game of Pig/11.1.2 Build the Basic Program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 11: The Game of Pig/11.1 The Game of Pig/11.1.2 Build the Basic Program -------------------------------------------------------------------------------- /Unit 11: The Game of Pig/11.1 The Game of Pig/11.1.3 Adding a Computer Opponent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 11: The Game of Pig/11.1 The Game of Pig/11.1.3 Adding a Computer Opponent -------------------------------------------------------------------------------- /Unit 11: The Game of Pig/Description: -------------------------------------------------------------------------------- 1 | A coding project that emulates the dice game Pig. 2 | -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.10 Coordinate Pairs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.10 Coordinate Pairs -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.2 Tuples: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.2 Tuples -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.7 Fix This Tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.7 Fix This Tuple -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.8 Citation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.8 Citation -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.9 Diving Contest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.1 Tuples/12.1.9 Diving Contest -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.2 Lists/12.2.2 Lists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.2 Lists/12.2.2 Lists -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.2 Lists/12.2.5 Spell It Out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.2 Lists/12.2.5 Spell It Out -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.2 Lists/12.2.7 Listed Greeting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.2 Lists/12.2.7 Listed Greeting -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.2 For Loops and Lists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.2 For Loops and Lists -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.5 Max In List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.5 Max In List -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.6 Owls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.6 Owls -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.7 Exclamat!on Po!nts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.7 Exclamat!on Po!nts -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.8 Word Ladder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.8 Word Ladder -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.9 Owls, Part 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.3 Loops and Lists/12.3.9 Owls, Part 2 -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.11 Take a Thing Out, Sort It and Reverse It: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.11 Take a Thing Out, Sort It and Reverse It -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.12 Librarian, Part 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.12 Librarian, Part 2 -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.2 List Methods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.2 List Methods -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.4 How Many Names?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.4 How Many Names? -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.5 Five Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.5 Five Numbers -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.7 Librarian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 12: Creating and Altering Data Structures/12.4 List Methods/12.4.7 Librarian -------------------------------------------------------------------------------- /Unit 12: Creating and Altering Data Structures/Description: -------------------------------------------------------------------------------- 1 | A unit based on utilizing tuples and lists. 2 | -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.1 2d Lists/13.1.2 2d Lists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.1 2d Lists/13.1.2 2d Lists -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.1 2d Lists/13.1.6 Checkerboard, v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.1 2d Lists/13.1.6 Checkerboard, v1 -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.1 2d Lists/13.1.7 Checkerboard, v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.1 2d Lists/13.1.7 Checkerboard, v2 -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.1 2d Lists/13.1.8 Checkerboard, v3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.1 2d Lists/13.1.8 Checkerboard, v3 -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.1 2d Lists/13.1.9 Tic Tac Toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.1 2d Lists/13.1.9 Tic Tac Toe -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.2 List Comprehensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.2 List Comprehensions -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.5 Divisible by 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.5 Divisible by 3 -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.8 Last Names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.8 Last Names -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.9 Strings To Integers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.2 List Comprehensions/13.2.9 Strings To Integers -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.2 Packing and Unpacking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.2 Packing and Unpacking -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.6 Coordinate Pair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.6 Coordinate Pair -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.7 Slopes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.7 Slopes -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.9 Full Name & Citation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.3 Packing and Unpacking/13.3.9 Full Name & Citation -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.4 Dictionaries/13.4.2 Dictionaries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.4 Dictionaries/13.4.2 Dictionaries -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.4 Dictionaries/13.4.5 Phone Book: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.4 Dictionaries/13.4.5 Phone Book -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/13.4 Dictionaries/13.4.6 Word Counts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 13: Extending Data Structures/13.4 Dictionaries/13.4.6 Word Counts -------------------------------------------------------------------------------- /Unit 13: Extending Data Structures/Description: -------------------------------------------------------------------------------- 1 | A unit based on 2d lists and dictionaries. 2 | -------------------------------------------------------------------------------- /Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.2 Guess the Word, Part 1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.2 Guess the Word, Part 1 -------------------------------------------------------------------------------- /Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.3 Guess the Word, Part 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.3 Guess the Word, Part 2 -------------------------------------------------------------------------------- /Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.4 Guess the Word, Part 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.4 Guess the Word, Part 3 -------------------------------------------------------------------------------- /Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.5 Guess the Word, Part 4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 14: Project: Guess the Word/14.1 Project: Guess the Word/14.1.5 Guess the Word, Part 4 -------------------------------------------------------------------------------- /Unit 14: Project: Guess the Word/Description: -------------------------------------------------------------------------------- 1 | A project about guessing a hidden word. 2 | -------------------------------------------------------------------------------- /Unit 15: File IO/15.1 What is File IO/15.1.2 What is File IO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.1 What is File IO/15.1.2 What is File IO -------------------------------------------------------------------------------- /Unit 15: File IO/15.1 What is File IO/15.1.5: Choosing a File Format: TXT vs. CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.1 What is File IO/15.1.5: Choosing a File Format: TXT vs. CSV -------------------------------------------------------------------------------- /Unit 15: File IO/15.1 What is File IO/15.1.8: File IO and Social Media: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.1 What is File IO/15.1.8: File IO and Social Media -------------------------------------------------------------------------------- /Unit 15: File IO/15.2 Reading Characters from File/15.2.3 Reading Characters from File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.2 Reading Characters from File/15.2.3 Reading Characters from File -------------------------------------------------------------------------------- /Unit 15: File IO/15.2 Reading Characters from File/15.2.6 Fix This: Reading Characters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.2 Reading Characters from File/15.2.6 Fix This: Reading Characters -------------------------------------------------------------------------------- /Unit 15: File IO/15.2 Reading Characters from File/15.2.7 Fix This: Unable to Read: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.2 Reading Characters from File/15.2.7 Fix This: Unable to Read -------------------------------------------------------------------------------- /Unit 15: File IO/15.2 Reading Characters from File/15.2.8 Validating Tweet Length: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.2 Reading Characters from File/15.2.8 Validating Tweet Length -------------------------------------------------------------------------------- /Unit 15: File IO/15.3 Reading Line from File/15.3.3 Read Line from File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.3 Reading Line from File/15.3.3 Read Line from File -------------------------------------------------------------------------------- /Unit 15: File IO/15.3 Reading Line from File/15.3.5 Counting Lines in a File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.3 Reading Line from File/15.3.5 Counting Lines in a File -------------------------------------------------------------------------------- /Unit 15: File IO/15.3 Reading Line from File/15.3.6 Summing Numbers from File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.3 Reading Line from File/15.3.6 Summing Numbers from File -------------------------------------------------------------------------------- /Unit 15: File IO/15.3 Reading Line from File/15.3.7 Formatting Movie Titles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.3 Reading Line from File/15.3.7 Formatting Movie Titles -------------------------------------------------------------------------------- /Unit 15: File IO/15.4 Reading All Lines from File/15.4.3 Reading All Lines from File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.4 Reading All Lines from File/15.4.3 Reading All Lines from File -------------------------------------------------------------------------------- /Unit 15: File IO/15.4 Reading All Lines from File/15.4.5 Finding the Needle in the Haystack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.4 Reading All Lines from File/15.4.5 Finding the Needle in the Haystack -------------------------------------------------------------------------------- /Unit 15: File IO/15.4 Reading All Lines from File/15.4.6 Extract Quotes from a Text File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.4 Reading All Lines from File/15.4.6 Extract Quotes from a Text File -------------------------------------------------------------------------------- /Unit 15: File IO/15.5 Writing to File/15.5.3 Writing to File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.5 Writing to File/15.5.3 Writing to File -------------------------------------------------------------------------------- /Unit 15: File IO/15.5 Writing to File/15.5.6 Activity Tracker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.5 Writing to File/15.5.6 Activity Tracker -------------------------------------------------------------------------------- /Unit 15: File IO/15.5 Writing to File/15.5.7 Guest Book: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.5 Writing to File/15.5.7 Guest Book -------------------------------------------------------------------------------- /Unit 15: File IO/15.5 Writing to File/15.5.8 Write the Sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.5 Writing to File/15.5.8 Write the Sum -------------------------------------------------------------------------------- /Unit 15: File IO/15.6 Move File Pointer Position/15.6.3 Move File Pointer Position: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.6 Move File Pointer Position/15.6.3 Move File Pointer Position -------------------------------------------------------------------------------- /Unit 15: File IO/15.6 Move File Pointer Position/15.6.6 Read from Middle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.6 Move File Pointer Position/15.6.6 Read from Middle -------------------------------------------------------------------------------- /Unit 15: File IO/15.6 Move File Pointer Position/15.6.7 Reverse a File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/15.6 Move File Pointer Position/15.6.7 Reverse a File -------------------------------------------------------------------------------- /Unit 15: File IO/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 15: File IO/Description -------------------------------------------------------------------------------- /Unit 1: Welcome/1.1 Welcome/1.1.2: Welcome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 1: Welcome/1.1 Welcome/1.1.2: Welcome -------------------------------------------------------------------------------- /Unit 1: Welcome/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 1: Welcome/Description -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.2 Quiz: Karel Commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.2 Quiz: Karel Commands -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.4: Your First Karel Program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.4: Your First Karel Program -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.5: Short Stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.5: Short Stack -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.6: Dancing Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.1 Introduction to Programming with Karel/2.1.6: Dancing Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.10 If Statements/2.10.2 If Statements Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.10 If Statements/2.10.2 If Statements Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.10 If Statements/2.10.5: Is There a Ball?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.10 If Statements/2.10.5: Is There a Ball? -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.11 If Else Statements/2.11.2 If Else Statements Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.11 If Else Statements/2.11.2 If Else Statements Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.11 If Else Statements/2.11.5: Right Side Up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.11 If Else Statements/2.11.5: Right Side Up -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.2 While Loops in Karel Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.2 While Loops in Karel Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.4: Follow The Yellow Ball Road: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.4: Follow The Yellow Ball Road -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.5: Lay Row of Tennis Balls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.5: Lay Row of Tennis Balls -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.6: Big Tower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.12 While Loops in Karel/2.12.6: Big Tower -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.13 Control Structures Example/2.13.2 Control Structures Example Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.13 Control Structures Example/2.13.2 Control Structures Example Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.13 Control Structures Example/2.13.4: Random Hurdles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.13 Control Structures Example/2.13.4: Random Hurdles -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.2 Debugging Basics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.2 Debugging Basics -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.3: Debug: The Two Towers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.3: Debug: The Two Towers -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.4: Debug: Lots of Hurdles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.4: Debug: Lots of Hurdles -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.6 Debugging with Error Messages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.6 Debugging with Error Messages -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.7: Debug: Big Tower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.7: Debug: Big Tower -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.8: Debug: Random Hurdles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.14 Debugging Strategies/2.14.8: Debug: Random Hurdles -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.15 Algorithms/2.15.2 Quiz: Which Control Structure?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.15 Algorithms/2.15.2 Quiz: Which Control Structure? -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.15 Algorithms/2.15.6: Decorate the Fence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.15 Algorithms/2.15.6: Decorate the Fence -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.16 Ultra Karel/2.16.2 Ultra Karel Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.16 Ultra Karel/2.16.2 Ultra Karel Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.16 Ultra Karel/2.16.5: Invert Colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.16 Ultra Karel/2.16.5: Invert Colors -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.16 Ultra Karel/2.16.6: Checkerboard Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.16 Ultra Karel/2.16.6: Checkerboard Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.17 Karel Challenges/Not Available: -------------------------------------------------------------------------------- 1 | This section is currently empty. 2 | -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.2 More Basic Karel/2.2.2 More Basic Karel Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.2 More Basic Karel/2.2.2 More Basic Karel Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.2 More Basic Karel/2.2.4: Make a Tower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.2 More Basic Karel/2.2.4: Make a Tower -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.2 More Basic Karel/2.2.5: Pyramid of Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.2 More Basic Karel/2.2.5: Pyramid of Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.2 More Basic Karel/2.2.6: Go Through the Door: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.2 More Basic Karel/2.2.6: Go Through the Door -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.2 Karel Can't Turn Right Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.2 Karel Can't Turn Right Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.4: Fireman Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.4: Fireman Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.5: Slide Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.5: Slide Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.6: Reflection: Teaching Karel New Commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.3 Karel Can't Turn Right/2.3.6: Reflection: Teaching Karel New Commands -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.4 Functions in Karel/2.4.2 Functions in Karel Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.4 Functions in Karel/2.4.2 Functions in Karel Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.4 Functions in Karel/2.4.4: Pancakes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.4 Functions in Karel/2.4.4: Pancakes -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.4 Functions in Karel/2.4.5: Backflip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.4 Functions in Karel/2.4.5: Backflip -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.4 Functions in Karel/2.4.6: Digging Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.4 Functions in Karel/2.4.6: Digging Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.4 Functions in Karel/2.4.7: Build a Shelter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.4 Functions in Karel/2.4.7: Build a Shelter -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.2 Top Down Design and Decomposition Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.2 Top Down Design and Decomposition Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.4: The Two Towers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.4: The Two Towers -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.5: Make a 'Z': -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.5: Make a 'Z' -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.6: Reflection: Top Down Design: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.5 Top Down Design and Decomposition in Karel/2.5.6: Reflection: Top Down Design -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.6 Commenting Your Code/2.6.2 Commenting Your Code Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.6 Commenting Your Code/2.6.2 Commenting Your Code Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.6 Commenting Your Code/2.6.4: The Two Towers + Comments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.6 Commenting Your Code/2.6.4: The Two Towers + Comments -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.6 Commenting Your Code/2.6.5: Reflection: Commenting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.6 Commenting Your Code/2.6.5: Reflection: Commenting -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.7 Abstraction/2.7.2 Abstraction Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.7 Abstraction/2.7.2 Abstraction Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.7 Abstraction/2.7.4: Abstracting Your Day: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.7 Abstraction/2.7.4: Abstracting Your Day -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.7 Abstraction/2.7.5: Reflection: Abstraction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.7 Abstraction/2.7.5: Reflection: Abstraction -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.7 Abstraction/2.7.6: Reflection: Abstraction in Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.7 Abstraction/2.7.6: Reflection: Abstraction in Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.8 Super Karel/2.8.2 Super Karel Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.8 Super Karel/2.8.2 Super Karel Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.8 Super Karel/2.8.4: The Two Towers + SuperKarel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.8 Super Karel/2.8.4: The Two Towers + SuperKarel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.9 For Loops/2.9.2 For Loops Quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.9 For Loops/2.9.2 For Loops Quiz -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.9 For Loops/2.9.5: Take 'em All: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.9 For Loops/2.9.5: Take 'em All -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.9 For Loops/2.9.6: Dizzy Karel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.9 For Loops/2.9.6: Dizzy Karel -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.9 For Loops/2.9.7: For Loop Square: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.9 For Loops/2.9.7: For Loop Square -------------------------------------------------------------------------------- /Unit 2: Karel in Python/2.9 For Loops/2.9.8: Lots of Hurdles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/2.9 For Loops/2.9.8: Lots of Hurdles -------------------------------------------------------------------------------- /Unit 2: Karel in Python/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 2: Karel in Python/Description -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.2 Printing in Python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.2 Printing in Python -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.5 Introduce Yourself: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.5 Introduce Yourself -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.6 Fix This Program!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.6 Fix This Program! -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.7 Vertical name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.1 Printing in Python/3.1.7 Vertical name -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.2 Variables and Types/3.2.2 Variables and Types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.2 Variables and Types/3.2.2 Variables and Types -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.2 Variables and Types/3.2.6 Make Some Variables!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.2 Variables and Types/3.2.6 Make Some Variables! -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.2 Variables and Types/3.2.7 Undefined Variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.2 Variables and Types/3.2.7 Undefined Variables -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.3 User Input/3.3.2 User Input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.3 User Input/3.3.2 User Input -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.3 User Input/3.3.6 Hello : -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.3 User Input/3.3.6 Hello -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.3 User Input/3.3.7 Age: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.3 User Input/3.3.7 Age -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.4 Mathematical Operators/3.4.2 Mathematical Operators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.4 Mathematical Operators/3.4.2 Mathematical Operators -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.4 Mathematical Operators/3.4.5 Add Parentheses: -------------------------------------------------------------------------------- 1 | print(2 + 3 * (4 + 8)) 2 | -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.4 Mathematical Operators/3.4.8 Rectangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.4 Mathematical Operators/3.4.8 Rectangle -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.2 String Operators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.2 String Operators -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.4 Fix This Program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.4 Fix This Program -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.6 Introduce Yourself, Part 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.6 Introduce Yourself, Part 2 -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.7 Rectangle, Part 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.7 Rectangle, Part 2 -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.8 Rectangle, Part 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.8 Rectangle, Part 3 -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.9 Recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.5 String Operators/3.5.9 Recipe -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.6 Comments/3.6.2 Comments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.6 Comments/3.6.2 Comments -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.6 Comments/3.6.5 Add Comments!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.6 Comments/3.6.5 Add Comments! -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.7 Programming Languages/3.7.4: Dynamically Typed vs. Statically Typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.7 Programming Languages/3.7.4: Dynamically Typed vs. Statically Typed -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/3.7 Programming Languages/3.7.7: Compiled vs. Interpreted Languages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/3.7 Programming Languages/3.7.7: Compiled vs. Interpreted Languages -------------------------------------------------------------------------------- /Unit 3: Basic Python and Console Interaction/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 3: Basic Python and Console Interaction/Description -------------------------------------------------------------------------------- /Unit 4: Project: Mad Libs/4.1.1 Project: Mad Libs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 4: Project: Mad Libs/4.1.1 Project: Mad Libs -------------------------------------------------------------------------------- /Unit 4: Project: Mad Libs/Description: -------------------------------------------------------------------------------- 1 | Unit four includes a project about Mad Libs. 2 | -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.1 Booleans/5.1.2 Booleans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.1 Booleans/5.1.2 Booleans -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.1 Booleans/5.1.4 Fix This Program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.1 Booleans/5.1.4 Fix This Program -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.1 Booleans/5.1.5 Plants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.1 Booleans/5.1.5 Plants -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.2 If Statements/5.2.2 If Statements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.2 If Statements/5.2.2 If Statements -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.2 If Statements/5.2.5 Fix This Program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.2 If Statements/5.2.5 Fix This Program -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.2 If Statements/5.2.6 Is It Raining?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.2 If Statements/5.2.6 Is It Raining? -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.3 Comparison Operators/5.3.10 Transaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.3 Comparison Operators/5.3.10 Transaction -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.3 Comparison Operators/5.3.2 Comparison Operators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.3 Comparison Operators/5.3.2 Comparison Operators -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.3 Comparison Operators/5.3.6 Old Enough to Vote?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.3 Comparison Operators/5.3.6 Old Enough to Vote? -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.3 Comparison Operators/5.3.7 Positive, Zero, or Negative?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.3 Comparison Operators/5.3.7 Positive, Zero, or Negative? -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.3 Comparison Operators/5.3.9 Table Reservation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.3 Comparison Operators/5.3.9 Table Reservation -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.4 Logical Operators/5.4.2 Logical Operators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.4 Logical Operators/5.4.2 Logical Operators -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.4 Logical Operators/5.4.4 Administrators, Teachers, and Students: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.4 Logical Operators/5.4.4 Administrators, Teachers, and Students -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.4 Logical Operators/5.4.5 Presidential Eligibility: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.4 Logical Operators/5.4.5 Presidential Eligibility -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.4 Logical Operators/5.4.6 Presidential Eligibility- Extended: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.4 Logical Operators/5.4.6 Presidential Eligibility- Extended -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.5 Floating Point Numbers and Rounding/5.5.2 Floating Point Numbers and Rounding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.5 Floating Point Numbers and Rounding/5.5.2 Floating Point Numbers and Rounding -------------------------------------------------------------------------------- /Unit 5: Conditionals/5.5 Floating Point Numbers and Rounding/5.5.4 Correct Portion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/5.5 Floating Point Numbers and Rounding/5.5.4 Correct Portion -------------------------------------------------------------------------------- /Unit 5: Conditionals/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 5: Conditionals/Description -------------------------------------------------------------------------------- /Unit 6: Quiz Game/6.1.1 Project: Quiz Game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 6: Quiz Game/6.1.1 Project: Quiz Game -------------------------------------------------------------------------------- /Unit 6: Quiz Game/Description: -------------------------------------------------------------------------------- 1 | Unit six includes a quiz game. 2 | -------------------------------------------------------------------------------- /Unit 7: Looping/7.1 While Loops/7.1.2 While Loops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.1 While Loops/7.1.2 While Loops -------------------------------------------------------------------------------- /Unit 7: Looping/7.1 While Loops/7.1.6 2 Through 20 Even: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.1 While Loops/7.1.6 2 Through 20 Even -------------------------------------------------------------------------------- /Unit 7: Looping/7.1 While Loops/7.1.7 Divisibility: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.1 While Loops/7.1.7 Divisibility -------------------------------------------------------------------------------- /Unit 7: Looping/7.2 For Loops/7.2.2 For Loops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.2 For Loops/7.2.2 For Loops -------------------------------------------------------------------------------- /Unit 7: Looping/7.2 For Loops/7.2.5 Counting 10 to 100 by Tens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.2 For Loops/7.2.5 Counting 10 to 100 by Tens -------------------------------------------------------------------------------- /Unit 7: Looping/7.2 For Loops/7.2.8 Average Test Score: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.2 For Loops/7.2.8 Average Test Score -------------------------------------------------------------------------------- /Unit 7: Looping/7.2 For Loops/7.2.9 How Many Names?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.2 For Loops/7.2.9 How Many Names? -------------------------------------------------------------------------------- /Unit 7: Looping/7.3 Break and Continue/7.3.2 Break and Continue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.3 Break and Continue/7.3.2 Break and Continue -------------------------------------------------------------------------------- /Unit 7: Looping/7.3 Break and Continue/7.3.7 Higher or Lower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.3 Break and Continue/7.3.7 Higher or Lower -------------------------------------------------------------------------------- /Unit 7: Looping/7.3 Break and Continue/7.3.8 Higher or Lower 2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.3 Break and Continue/7.3.8 Higher or Lower 2.0 -------------------------------------------------------------------------------- /Unit 7: Looping/7.4 Nested Control Structures/7.4.2 Nested Control Structures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.4 Nested Control Structures/7.4.2 Nested Control Structures -------------------------------------------------------------------------------- /Unit 7: Looping/7.4 Nested Control Structures/7.4.6 Rolling Dice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.4 Nested Control Structures/7.4.6 Rolling Dice -------------------------------------------------------------------------------- /Unit 7: Looping/7.4 Nested Control Structures/7.4.7 Categories: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 7: Looping/7.4 Nested Control Structures/7.4.7 Categories -------------------------------------------------------------------------------- /Unit 7: Looping/Description: -------------------------------------------------------------------------------- 1 | Unit 7 includes complex loops and nested control structures. 2 | -------------------------------------------------------------------------------- /Unit 8: Password Authenticator/8.1.1 Project: Password Authenticator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 8: Password Authenticator/8.1.1 Project: Password Authenticator -------------------------------------------------------------------------------- /Unit 8: Password Authenticator/Description: -------------------------------------------------------------------------------- 1 | Unit eight includes a password authenticator. 2 | -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.1 Functions/9.1.2 Functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.1 Functions/9.1.2 Functions -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.1 Functions/9.1.5 Weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.1 Functions/9.1.5 Weather -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.2 Functions and Parameters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.2 Functions and Parameters -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.5 Print Product: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.5 Print Product -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.6 Print Multiple Times: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.6 Print Multiple Times -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.8 Area of a Square with Default Parameters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.2 Functions and Parameters/9.2.8 Area of a Square with Default Parameters -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.2 Namespaces in Functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.2 Namespaces in Functions -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.5 Fix This Program!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.5 Fix This Program! -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.6 Adding to a Value: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.6 Adding to a Value -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.7 Add, Subtract, or Multiply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.3 Namespaces in Functions/9.3.7 Add, Subtract, or Multiply -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.2 Functions and Return Values: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.2 Functions and Return Values -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.4 Add One: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.4 Add One -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.8 Sum Two Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.8 Sum Two Numbers -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.9 Temperature Converter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.4 Functions and Return Values/9.4.9 Temperature Converter -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.5 Exceptions/9.5.2 Exceptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.5 Exceptions/9.5.2 Exceptions -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.5 Exceptions/9.5.5 Temperature Converter, Part 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.5 Exceptions/9.5.5 Temperature Converter, Part 2 -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/9.5 Exceptions/9.5.6 Enter a Positive Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/9.5 Exceptions/9.5.6 Enter a Positive Number -------------------------------------------------------------------------------- /Unit 9: Functions and Exceptions/Description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juplter/CodeHS-Python/HEAD/Unit 9: Functions and Exceptions/Description --------------------------------------------------------------------------------