Skip to content

Commit

Permalink
Add extra info to python-intro question:
Browse files Browse the repository at this point in the history
  • Loading branch information
nf679 committed Aug 14, 2024
1 parent e00a547 commit 001140b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python-intro/exercises/ex09_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"tags": []
},
"source": [
"Plot the resulting data. Set the x and y axis labels to `Year` and `GDP per capita` respectively."
"Plot the resulting data for 'Australia'. Set the x and y axis labels to `Year` and `GDP per capita` respectively."
]
},
{
Expand Down Expand Up @@ -649,7 +649,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.5"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions python-intro/solutions/ex09_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"tags": []
},
"source": [
"Plot the resulting data. Set the x and y axis labels to `Year` and `GDP per capita` respectively."
"Plot the resulting data for 'Australia'. Set the x and y axis labels to `Year` and `GDP per capita` respectively."
]
},
{
Expand Down Expand Up @@ -929,7 +929,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.5"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 001140b

Please sign in to comment.