• 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/9

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;

9 Cards in this Set

  • Front
  • Back

Division Operator

Forward Slash: (/)

Multiplication Operator

Asterisk: (*)

Exponentiation Operation

Raising the power of one number by another number. Exponentiation operator: (**)

Quotient

An operation that tests how many times a number goes into another number.

Floor Division Operation

Pythons quotient operator. Floor division operator: (//)

Remainder

After dividing one number by another, what’s left over is the remainder.

Módulo Operator

Operator for obtaining the remainder. Percent symbol: (%)

Backslash Operator

Backslashes, also known as escape characters, are used to escape various things that can’t be reliably printed like tabs or arbitrary Unicode characters. Backslash: (\n) “n” is anything that doesn’t allow the code to be read properly.

New Lines Operator

Three sets of quotes: (“”” “””)