python
Indendation
variables
Python Numbers
random (DISNEY)
100

what is python?

programming language

100

what is indendation?

spaces at the beginning of a code line.

100

what are variables?

Variables are containers for storing data values.


100

what are the  three numeric types in Python ?

  • int
  • float
  • complex
100

What is the name of Wendy’s dog in Peter Pan?

Nana

200

who created python?

Guido van Rossum

200

Python will give you an error if you....

 skip the indentation

200

how do i create a variable?

A variable is created the moment you first assign a value to it.

200

how to verify the type of any object in Python ?

use the type() function

200

What is the name of the toy store in Toy Story 2?

Al’s Toy Barn.

300

when was python released?

1991

300

If you use different number of spaces python will give you an..

error

300

do variables need to be declared?

no

300

what is int?

Int, or integer, is a whole number, positive or negative, without decimals, of unlimited length.

300

What are the names of Cinderella’s stepsisters?

 Anastasia and Drizella.

400

what is it most used for?

web development

400

what does python use to indicate a block of code?

indendation

400

how do i specify the data type of a variable?

this can be done with casting

400

what is float?

Float, or "floating point number" is a number, positive or negative, containing one or more decimals.

400

What does Hakuna Matata mean?

 No worries.

500

why was python designed?

readability

500

If you do something wrog,what does python give you?

error

500

how can string variables be declared?

 single or double quotes

500

how is complex written?

Complex numbers are written with a "j" as the imaginary part

500

What are the names of the seven dwarfs in Snow White?

Doc, Grumpy, Happy, Sleepy, Bashful, Sneezy, and Dopey.

M
e
n
u