student_1=['sai',4205,'karur']
student_2=['shakthi',4204,'karur']
student_1.append('dayscholar')
student_2.append("hosteler")
print(student_1)
print(student_2)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: