1.

Write the syntax of a for loop.

Answer»

The syntax of a for loop look is as follows:

for iterating_var in sequence :

statements(s)



Discussion

No Comment Found