Computers

KG -

Professional Development

Image

Python- Codehs 2021 Exam Review

42
plays

67 questions

Show Answers
See Preview
  • 1. Multiple Choice
    2 minutes
    1 pt

    Which Python code segment will display “Hello, world!” on the screen?

    display Hello, world!

    print("Hello, world!")

    print("Hello, world!")

    "Hello, world!"

  • 2. Multiple Choice
    2 minutes
    1 pt

    What does the following Python code display?


    print("Hello")

    print("World")

    Hello

    World

    HelloWorld

    Hello World

    Hello


    World

  • 3. Multiple Choice
    2 minutes
    1 pt

    What type is the following variable?


    x = "Hi there"

    float

    integer

    boolean

    string

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?