1 profession = 'Student'
2
3 course = 'Bachelor of Engineering' # Final Year
4 department = 'Computer Science Engineering'
5
6 batch = 2021-2025
7
8 college = {
9
'name' : 'Coimbatore Institute of Technology',
10
'location' : 'Coimbatore, Tamil Nadu',
11 }
12