Code

PHOTO EMBED

Mon Feb 27 2023 05:35:21 GMT+0000 (Coordinated Universal Time)

Saved by @infinityai

print(" Data type of First_Name : " , type(First_Name))
print(" Data type of Last_Name : " , type(Last_Name))
print(" Data type of Country_Name : " , type(Country_Name))
print(" Data type of City_Name : " , type(City_Name))
print(" Data type of Age : " , type(Age))
print(" Data type of Dob : " , type(Dob))
print(" Data type of is_true : " , type(is_true))
content_copyCOPY