Python - While Loop
What does a nested while loop do in Python?
while condition1:
while condition2:
# codewhile condition1:
while condition2:
# code15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions