Write the output of the following :>>> num1 = 7>>> num2 = 3>>> num1 //= num2>>> num1 - Study24x7
Social learning Network
14 Mar 2024 01:22 PM study24x7 study24x7

Write the output of the following :

>>> num1 = 7
>>> num2 = 3
>>> num1 //= num2
>>> num1

A

3

B

7

C

2

D

4

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles