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