File tree 1 file changed +5
-5
lines changed
exercises/concept/card-games/.docs
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
- Python provides a wide range of [ ways to modify ` lists ` ] [ ways to modify `lists` ] .
42
42
43
43
44
- [ common sequence operations] ( https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range )
45
- [ constructed] ( https://docs.python.org/3/library/stdtypes.html#list )
46
- [ iterate over a list in python] ( https://www.geeksforgeeks.org/iterate-over-a-list-in-python/ )
47
- [ return] ( https://www.w3schools.com/python/ref_keyword_return.asp )
48
- [ ways to modify ` lists ` ] ( https://realpython.com/python-lists-tuples/#lists-are-mutable )
44
+ [ common sequence operations ] : https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range
45
+ [ constructed ] : https://docs.python.org/3/library/stdtypes.html#list
46
+ [ iterate over a list in python ] : https://www.geeksforgeeks.org/iterate-over-a-list-in-python/
47
+ [ return ] : https://www.w3schools.com/python/ref_keyword_return.asp
48
+ [ ways to modify `lists` ] : https://realpython.com/python-lists-tuples/#lists-are-mutable
You can’t perform that action at this time.
0 commit comments