Explore topic-wise MCQs in Python.

This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Python knowledge and support exam preparation. Choose a topic below to get started.

1.

The function pow(x,y,z) is evaluated as:

A. (x**y)**z
B. (x**y) / z
C. (x**y) % z
D. (x**y)*z
Answer» D. (x**y)*z