There are two useful string methods that are often used with lists:
If I have the following list, how do I put together each element with an exclamation point and space between each element? How do I turn the resulting string back to a list? →
The random module offers some methods that can be used on lists:
Let's try using a couple of these methods →
What data do we want to store, and how do we represent it?
Write a short program that: →
Implement a function that takes a list of strings representing cards. It should calculate the sum of the cards
We can check out all possible combinations of 1's and 11's to see which is the closest combination to 21.
How about this one? →
Maybe for homework?