Q.C Write T for True and F for False: [3]
1. There is a colon (:) with the else statement. [ ]
2. You can use range ( ) function in while loop. [ ]
3. In sequential construct, all the statements are executed in sequential manner. [ ]
4. ‘for' statement is an example of iterative statement. [ ]
5. You cannot use else statement in while loop. [ ]
6. The if..elif statement can be seen as an if within a else statement. [ ]
Answers
Answered by
1
Answer:
1)true
2)false
3)true
4)true
5)false
6)true
aliabhatt30:
1- t
Answered by
1
Answer:
true
false
true
true
false
true
Similar questions