1 / 49

Guide to Programming with Python

Guide to Programming with Python. 2. Objectives. Write your own functionsAccept values into your functions through parametersReturn information from your functions through return valuesWork with global variables and constantsCreate a computer opponent that plays a strategy game. Guide to Program

Pat_Xavi
Download Presentation

Guide to Programming with Python

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Guide to Programming with Python Chapter Six (Part 1) Functions: The Tic-Tac-Toe Game

    2. Guide to Programming with Python 2 Objectives Write your own functions Accept values into your functions through parameters Return information from your functions through return values Work with global variables and constants Create a computer opponent that plays a strategy game

    3. Guide to Programming with Python 3 The Tic-Tac-Toe Game Figure 6.1: Instructions screen of the Tic-Tac-Toe game The computer is full of... confidence.

More Related