Advertisements
Advertisements
प्रश्न
Write the output of the following:
num1 = 4
num2 = num1 + 1
num1 = 2
print (num1, num2)एक पंक्ति में उत्तर
Advertisements
उत्तर
Output: 2, 5
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
Write the output of the following:
num1 = 4
num2 = num1 + 1
num1 = 2
print (num1, num2)Output: 2, 5