Preview:
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))
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter