What is the syntax for "for" loop if we have to run for loop for 3 times?
Question
What is the syntax for βforβ loop if we have to run for loop for 3 times?
Answer
for 1 in 5:Print(β)
What is the syntax for βforβ loop if we have to run for loop for 3 times?
for 1 in 5:Print(β)