String interpolation
You are writing a script informing students of their grades in their classes.
For each student, you have text data that looks like:
grades = "XXXX"
where the letters "XXXX" are the grades for the student in mathematics, history, science, and drama respectively.
The variable grades, which contains the actual student's grades, is available in your environment.
Deze oefening maakt deel uit van de cursus
Introduction to Julia
Interactieve oefening met praktijkervaring
Probeer deze oefening door deze voorbeeldcode aan te vullen.
# Index drama grade
drama = ____