Activities
1 - student_dict.py
# 1. Create a dictionary with keys: 'Name', 'Age', and 'Subject'.
# Values should be 'Alice', 16, and 'Math'.
# 2. Access the student's name from the dictionary.
# Use the key inside square brackets.
# 3. Access the student's age.
# 4. Access the student's subject.
Last updated