+ 2
Can conditions and loops be nested?
Nesting Conditions and Loops
4 Antworten
+ 2
Yes
Conditions and Loops both can be nested
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2277/
+ 3
Thanks
+ 2
Yes, it is possible to nest conditionals and loops. You can even nest a loop within a conditional and vice versa!
+ 1
Yeah