शुरू करेंमुफ़्त में शुरू करें

Writing a function with multiple arguments

In the last exercise, you wrote a function that returns the first letter of a student's grades. However, you would like a function that can be used to extract any of the student's grades.

For each student, you have text data that looks like this:

grades = "XXXX"

Where the letters "XXXX" are the grades for the student in mathematics, history, science, and drama, respectively.

A single string of grades named mygrades and an array of grade strings named grades_array is available in your environment.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Introduction to Julia

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Create the get_gradenumber function
____ ____(____)
	____ ____
____
कोड संपादित करें और चलाएँ