Variable in Python - Mohibtech/Mohib-Python GitHub Wiki

پہلے ویری ایبل میں ویلیو محفوظ کی ہے

a = True # Now type of 'a' is boolean.

پھر ویری ایبل کی ٹائپ معلوم کر لی ہے۔

type (a)
<class 'bool'>