List Comprehension in Python
Create a list of the first letters of every word in the string below:
Open your jupyter notebook This is the string:
Next cell
Now, run the cell
Easy, right? Now try it!
Open your jupyter notebook This is the string:
Next cell
Now, run the cell
Easy, right? Now try it!