what is python?
programming language
what is indendation?
spaces at the beginning of a code line.
what are variables?
Variables are containers for storing data values.
what are the three numeric types in Python ?
What is the name of Wendy’s dog in Peter Pan?
Nana
who created python?
Guido van Rossum
Python will give you an error if you....
skip the indentation
how do i create a variable?
A variable is created the moment you first assign a value to it.
how to verify the type of any object in Python ?
use the type() function
What is the name of the toy store in Toy Story 2?
Al’s Toy Barn.
when was python released?
1991
If you use different number of spaces python will give you an..
error
do variables need to be declared?
no
what is int?
Int, or integer, is a whole number, positive or negative, without decimals, of unlimited length.
What are the names of Cinderella’s stepsisters?
Anastasia and Drizella.
what is it most used for?
web development
what does python use to indicate a block of code?
indendation
how do i specify the data type of a variable?
this can be done with casting
what is float?
Float, or "floating point number" is a number, positive or negative, containing one or more decimals.
What does Hakuna Matata mean?
No worries.
why was python designed?
readability
If you do something wrog,what does python give you?
error
how can string variables be declared?
single or double quotes
how is complex written?
Complex numbers are written with a "j" as the imaginary part
What are the names of the seven dwarfs in Snow White?
Doc, Grumpy, Happy, Sleepy, Bashful, Sneezy, and Dopey.