Computers

University

Image

Python introduction

89
plays

15 questions

Show Answers
See Preview
  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What command will display the text 'Hello world!' on the screen?

    print(Hello world!)

    print "Hello world!"

    print("Hello world!")

    print = "Hello world!"

  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What command will ask the user his/her age correctly?

    age = input("How old are you?")

    age = input(How old are you?)

    input("How old are you?") = age

    how_old_are_you = input()

  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What function will convert a number to a string?

    int()

    str()

    chr()

    ord()

  • Explore all questions with a free account

    Already have an account?