Source Code>>> a=9>>> b=2.7>>> c="Programming Pandit">>> type(a)<class 'int'>>>> type(b)<class 'float'>>>> type(c)<class 'str'>
Excellent sir
ReplyDeleteThanks a lot
Delete