始める無料で始める

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.

この演習はコースの一部です

Introduction to Julia

コースを見る

実践的なインタラクティブ演習

このサンプルコードを完成させて、この演習に挑戦してみましょう。

# Index drama grade
drama = ____
コードを編集して実行