Computers

7th -

8thgrade

Image

Python

3.3K
plays

13 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    5 pts
    What is a variable?
    A box(memory location) where you store values
    a type of graphics
    Data type
    a type of memory
  • 2. Multiple Choice
    30 seconds
    5 pts
    What symbol is used in python to assign values to a variable?
    equals =
    plus + 
    forward slash /
    asterisk *
  • 3. Multiple Choice
    30 seconds
    1 pt

    What will be the output?

    name = "Dave"

    print (name)

    Dave

    'Dave'

    name

    (name)

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?