학생이 4명인 경우 이렇게 하고 싶은데 좀 간단한 방법 없을까?

student1['name'] = "Park";
student1['age'] = 143334
student1['height'] = 144
student1['weight'] = 1944
student1['bloodpressure'] = 1484

student2['name'] = "Jin";
student2['age'] = 253334
student2['height'] = 2644
student2['weight'] = 2744
student2['bloodpressure'] = 2484

student3['name'] = "kim";
student3['age'] = 33334
student3['height'] = 36144
student3['weight'] = 38944
student3['bloodpressure'] = 3484

student4['name'] = "Nam";
student4['age'] = 43334
student4['height'] = 4144
student4['weight'] = 4944
student4['bloodpressure'] = 4484