开始使用免费开始使用

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 = ____
编辑并运行代码