Find the output of the following and also write justification for the answer 2]
for a in (2,7):
for b in (1,a):
print (b, end="*")
print()
print (a)
Answers
Answered by
0
Answer:
nothing
Explanation:
is the answer guys
Similar questions