Write 'T' for True and 'F' for False statements.
1. Python programs get structured through indentation.
2.In unconditional branching, branching takes place on any decision.
3. The if...elif...else executes only one block of code among several blocks.
4.The for loop is better choice than while loop while iterating through sequences.
5. The continue and break statement have same effect.
Answers
Answered by
5
Answer:
1-t
2f
3t
4t
5f
this is ur answer this is wrong if ur cheating in online exam don't write this
Answered by
3
Answer:
t,f,t,t,f if correct pls mark me as branliest
Similar questions