English

Write the output of the following: num1, num2 = 2, 3 num3, num2 = num1, num3 + 1 print (num1, num2, num3) - Computer Science (Python)

Advertisements
Advertisements

Question

Write the output of the following:

num1, num2 = 2, 3
num3, num2 = num1, num3 + 1
print (num1, num2, num3)
One Line Answer
Advertisements

Solution

Output: Error as num3 is used in RHS of line 2 (num3, num2 = num1, num3 + 1) before defining it earlier.

shaalaa.com
  Is there an error in this question or solution?
Chapter 5: Getting Started with Python - Exercise [Page 116]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 5 Getting Started with Python
Exercise | Q 5. c) | Page 116
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×