Skip to content

Assignments for Chapter 6 of Python Programming for the Absolute Beginner

License

Notifications You must be signed in to change notification settings

LewisAndClark-CSD/Chapter_6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chapter_6

Assignments for Chapter 6 of Python Programming for the Absolute Beginner

  1. Improve the function ask_number() (found on page 179) so that the function can be called with a step value. Make the default value of step 1.

  2. Modify the "Guess My Number" chapter project from Chapter 3 by reusing the function ask_number().

  3. Modify the new version of "Guess My Number" you created in the last challenge so that the program’s code is in a function called main(). Don’t forget to call main() so that you can play the game.

  4. Write a new computer_move() function for the Tic-Tac-Toe game to plug the hole in the computer’s strategy. See if you can create an opponent that is unbeatable!

About

Assignments for Chapter 6 of Python Programming for the Absolute Beginner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages