Homework:
Have some fun experimenting with the Wolfram Language in a notebook. Try editing this colorful notebook yourself.
- Click Make Your Own Copy on the top-right corner to create your own copy of the notebook to edit.
- Edit the heading "Something Colorful" to say something more meaningful to you.
- Replace the image of the frog with a different image.
- Evaluate the line of code with
ImageIdentify[ ...]
by placing your cursor anywhere in the cell and pressing Shift+Enter.
- Evaluate the line of code that says
WordDefinition[%]
.
- Place your cursor in the empty space in the notebook after the output from the preceding line of code and type in
Length[TextWords[%]]
.
- Evaluate the code you just typed in--it should give you the number of the words in the line of text from the previous output.
Bonus challenge: Create a Grid or ImageCollage of all the flags of the countries in Europe.
Hints: To get a list of flags of all the countries in Europe try a natural language input like "flags of european countries" (after typing in the equal sign in a new cell in a notebook)