Computer Science, asked by stephenhansda8995, 10 months ago

Rewrite the following code in python after remembering syntax and underline each correction done in the code if v< 5: for i in range (v) print "abc" else :print

Answers

Answered by BRAINLYBOOSTER12
0

If v<5 then the whole program will get collapse .

because after that i will not come in range.

The result will be "void.in"

Similar questions