Other

Professional Development

Image

Python Operator Precedence

59
plays

9 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    Image

    The value of variable bmi would be

    26.23

    94.4

    2229.7

  • 2. Multiple Choice
    30 seconds
    1 pt
    Image

    For the given values of variables

    • qual
    • exp
    • Will the text "Qualified for the job" be printed or not ?

    Yes

    No

  • 3. Multiple Choice
    30 seconds
    1 pt

    A teenager is one whose age is in between 13 and 19.

    Which of the following statements correctly capture the condition.

    if age >=13 and age <=19 :

    print ( "teenager")

    if age >13 and age <19 :

    print ( "teenager")

    if age >=13 && age <=19 :

    print ( "teenager")

    if age >13 && age <19 :

    print ( "teenager")

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?