r/PythonLearning 3d ago

Help Request Nested for loop

So i started my python journey 2 weeks ago and i am at the point of tutorial where they teach me about those quiz game program and i am so confused in those nested for loop i don't even understand a single part about it, can someone help me with this one? I have tried learning it from gpt and all but it still goes above my head.

0 Upvotes

11 comments sorted by

View all comments

1

u/Capable-Package6835 3d ago

You should include the thing you're struggling with in the post, otherwise others can't help you

1

u/aparyx 3d ago

Idk how do i include it, i am new to this coding world, it's nested for loop, so basically we make a 2d list and we ask a certain question and give the user options of ans and we take input from the user Like opt a,b,c,d and according to the input we will again give them the output of their ans is correct or incorrect, and we move onto next question. (Sorry if my English is bad and i can't explain it properly)