हिंदी

Give the output of the following when num1 = 4, num2 = 3, num3 = 2. num1 = 24 // 4 // 2print(num1) - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Give the output of the following when num1 = 4, num2 = 3, num3 = 2.

num1 = 24 // 4 // 2
print(num1)

टिप्पणी लिखिए

उत्तर

num1 = 24 // 4 // 2

#When the operators are the same, left to right order will be followed for operation

num1 = 6 // 2  

#When floor division is used, the return value will be int the data type

num1 = 3  

Therefore, the output will be 3.

shaalaa.com
Operators in Python
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 5: Getting Started with Python - Exercise [पृष्ठ ११७]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
अध्याय 5 Getting Started with Python
Exercise | Q 7. g) | पृष्ठ ११७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×