I wrote a piece of code to create a new class. Now I wish to add attributes to it. The attributes have names, descriptions and types. However, I am unable to figure out how to add the type. I tried a few ways, one of which is included below.

However, I get this error:
![]()
I printed all the possible data types and have been trying to use their objects.
Could someone please help me in adding the type to the attribute?
