File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ for i in range (1 , 11 ):
2+ if i == 5 :
3+ print ("I am skipped" )
4+ pass
5+ print (i )
6+
7+
8+ def fun ():
9+ pass
Original file line number Diff line number Diff line change 1+ opt = ["rock" , 1 , 2 ]
2+ # user_score, pc_score 10
Original file line number Diff line number Diff line change 196196 - [x] Magic Balls
197197
198198- [ ] While loops
199- - [ ] Introducing while loops
199+ - [x ] Introducing while loops
200200 - [x] The while Loop in Action
201201 - [x] Letting the User Choose When to Quit
202202 - [x] Using a Flag
203203 - [x] Using break to Exit a Loop
204- - [ ] Using continue in a Loop
204+ - [x ] Using continue in a Loop
205205 - [x] Avoiding Infinite Loops
206206 - [x] Using a while
207207 - [x] Moving Items from One List to Another
You can’t perform that action at this time.
0 commit comments