1 class Alejandro_Carrillo: 2 def __init__(self): 3 self.nick = 'Alex Carrillo' 4 self.email = 'aecarrillo594 at gmail dot com' 5 self.interests = ['Robotics', 6 'Control Systems Engineering', 7 'Electrical Engineering', 8 'Avionics', 9 'Machine Learning', 10 'Industrial Automation'] 11 12 self.activities = ['Stuyvesant High School Robotics Team, Executive Director of Software Engineering', 13 'All City High School Concert Band, First Chair Bassoonist', 14 'Big Sibs Volunteer Student Mentorship Program'] 15 16 self.other_interests = ['Hiking', 17 'Biking', 18 'Photography', 19 'Urban history & exploration', 20 'Architecture']