class student:
    name="somnath"
    age=20
    id_no=12025002035351
s1=student()
print(s1.name,s1.age,s1.id_no)

Embed on website

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