Advertisements
Advertisements
प्रश्न
Write the output of the following:
num1, num2 = 2, 6
num1, num2 = num2, num1 + 2
print (num1, num2)एका वाक्यात उत्तर
Advertisements
उत्तर
Output: 6, 4
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
Write the output of the following:
num1, num2 = 2, 6
num1, num2 = num2, num1 + 2
print (num1, num2)Output: 6, 4