VOOZH about

URL: https://www.geeksforgeeks.org/quizzes/python-tuples-quiz/

⇱ Quiz about Python Tuples Quiz


Last Updated :
Discuss
Comments

Question 1

What is the output of the following program?

  • 1

  • 2

  • 5

  • Error

Question 2

What is the output of the following program?

  • 30

  • 31

  • 32

  • 33

Question 3

What is the output of the following program?

  • Error

  • True

  • False

  • Unexpected

Question 4

What is the output of the following program?

  • (1, 2, 3, 1, 2, 3)

  • (1, 2, 3, 4, 5, 6)

  • (3, 6, 9)

  • Error

Question 5

What is the output of the following program?

  • Unexpected

  • 3Check

  • CheckCheckCheck

  • Syntax Error

Question 6

What is the output of the following program?

  • (‘g’, ‘*’, ‘*’, ‘k’, ‘s’)

  • (‘g’, ‘e’, ‘e’, ‘k’, ‘s’)

  • (‘geeks’, ‘*’, ‘*’)

  • KeyError

Question 7

What is the output of the following program?

  • 12

  • 11

  • 11.001199999999999

  • TypeError

Question 8

What is the output of the following program?

  • [66, 97, 99, 101]

  • [66, 68, 70, 72]

  • [66, 67, 68, 69]

  • ValueError

Question 9

What is the output of the following program?

  • [6.222e-04, ‘aboy’, True, 641]

  • [6.2202, ‘aboy’, 1, 641]

  • TypeError

  • [6.2202, ‘aboy’, False, 87]

Question 10

What is the output of the following program?

  • 0 2 3 10

  • 32 34 35 42

  • 48 64 72 128

  • 48 144 192 480

There are 11 questions to complete.

Take a part in the ongoing discussion