Variable, Initial value, Final value
3. Write the output of the following program:
FOR 1=1 TO 100 STEP 10
PRINTI
PRINT ***
NEXT I
Answers
Answered by
1
Answer:
# Example for loop
for i in [1, 2, 3, 4]:
print(i, end=", ") # prints: 1, 2, 3, 4,
Similar questions
Economy,
3 months ago
Social Sciences,
3 months ago
Environmental Sciences,
3 months ago
English,
8 months ago
Chemistry,
1 year ago