• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

16 Cards in this Set

  • Front
  • Back

Keyword

Special word that is reserved as part of the python language

Execute


Makes it so

Concatenate

Adding two strings together

Interger

Whole numbers

Float numbers

Numbers with decimals

Operator

Something that has effect on the things around it

Branching

Making decisions based on results of tests

Conditional test

Makes decisions based on comparisons

Arguement

Values you put inside th e parenthesis in a function

Permutation

Combining things where the order matters

Append

Add something to the end

Index

The position of something

Boolean

Arithmetic that uses only 0 and 1

Data structure

Collecting storing or representing data in a program

Parameters

Same as arguements

Attributes

Characteristics