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
1
Answer:
it is correct answer in google
Answered by
0
Answer:
this answer is right in Google
Similar questions