Mr. Y wants to make a program in python where he wants skip some statements based on condition, so for this which statement is suitable for him to use in python?
O for-loop
O if-else
O IF-THEN-ELSE
O None of these
Answers
Answered by
1
Answer:
FOR LOOP BRO
Explanation:
please mark ❣️‼️ me as BRAINLIEST
Answered by
0
Answer:
for-loop
Explanation:
The for loop processes each item in a sequence , so it is used with python's sequence data types - strings, lists, and tuples.
Similar questions