Identify the output of the Python Command: print(22.0//5)

2023

Identify the output of the Python Command: print(22.0//5)

  1. A.

    4.4

  2. B.

    4

  3. C.

    4.0

  4. D.

    2

Attempted by 2962 students.

Show answer & explanation

Correct answer: C

4.0 Explanation: '//' is the floor division operator.

Explore the full course: Rssb Senior Computer Instructor