Computer Science, asked by riddhipetkar, 10 months ago

If the input given is in this order : 1, 2, 3, 4
What will the following code result into ?
ni, n2 = 5, 7
n3 = n1 + n2
n4 = n4 + 2
print(n1, n2, n3, n4)

this is question 18 type b sumita arora cs with python​

Answers

Answered by poovarasan29
1

Answer:

it is correct answer in google

Answered by zahidmansuri80
0

Answer:

this answer is right in Google

Similar questions