Download Watch video for chapters 1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Python Videos
Chapter 1


Using Interactive Mode in IDLE
Performing Exercise 2
Chapter 2



Using the print function
Reading input from the keyboard
The Sales Prediction Problem
Chapter 3



Defining and Calling a Function
Passing Arguments to a Function
The Kilometer Converter Problem
Chapter 4



The if Statement
The if-else Statement
The Areas of Rectangles Problem
Chapter 5



The while Loop
The for Loop
Bug Collector Problem
Chapter 6


Writing a Value-Returning Function
The Feet To Inches Problem
Chapter 7


Using Loops to Process Files
File Display
Chapter 8


List Slicing
Lottery Number Generator Problem
Chapter 9

Vowels and Consonants Problem
Chapter 10



Introduction to Dictionaries
Introduction to Sets
The Capital Quiz Problem
Chapter 11


Classes and Objects
The Pet Class