␡
- Shared Operations
- Lists and Tuples
- Strings
- Ranges
- Summary
- Questions
< Back
Page 6 of 6
This chapter is from the book
Questions
How would you test whether a is in the list my_list?
How would you find out how many times b appears in a string named my_string?
How would you add a to the end of the list my_list?
Are the strings 'superior' and "superior" equal?
How would you make a range going from 3 to 13?
< Back
Page 6 of 6