Certainly! Below is an example of how to output each student’s information in English, assuming we have a list of student records with details such as name, age, grade, and class.

# Student Information

## Student 1
- **Name:** John Doe
- **Age:** 16
- **Grade:** 10
- **Class:** 10A
- **Subjects Taken:**
  - Mathematics
  - Science
  - English
  - History

## Student 2
- **Name:** Jane Smith
- **Age:** 15
- **Grade:** 9
- **Class:** 9B
- **Subjects Taken:**
  - Mathematics
  - Art
  - English
  - Physical Education

## Student 3
- **Name:** Michael Johnson
- **Age:** 17
- **Grade:** 11
- **Class:** 11C
- **Subjects Taken:**
  - Mathematics
  - Physics
  - Chemistry
  - Biology

## Student 4
- **Name:** Emily Wilson
- **Age:** 16
- **Grade:** 10
- **Class:** 10D
- **Subjects Taken:**
  - Mathematics
  - History
  - English
  - Geography

## Student 5
- **Name:** Christopher Brown
- **Age:** 15
- **Grade:** 9
- **Class:** 9E
- **Subjects Taken:**
  - Mathematics
  - Science
  - English
  - Music

This format provides a clear and organized way to present student information, making it easy to read and understand at a glance. Each student’s details are listed under a separate heading, ensuring that the information is well-structured and easy to navigate.