Skip to content

Variable in Python

Mohib Alvi edited this page Jul 1, 2018 · 1 revision

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

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

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

type (a)
<class 'bool'>
Clone this wiki locally