What will be the output of the following code:(\n means new line) for i in range(2,7,2): print(i*'@')
a) @@@\n@@@@\n@@@
b) @@\n@@@@\n@@@@@@
c) @\n@\n@
d) None of the Above
Answers
Answered by
0
Answer:
correct answer is
Explanation:
i don't know
I think
d) none of the above
no c)
Similar questions