Data type in Python in hindi (Python language )

Data type in Python 
  
   Every variable is associated with a data type

  Python मैं हमारे पास diferente data type है 

int data type 
Float data type 
Boolean data type
String data type
Complex data type

int जैसे 10 , 20 ,50 , 400 , 2000 , 4 etc
Float जैसे 2.4 , 4.6 , 7.4  etc 
Boolean जैसे  True , False 
Strings जैसे  "sam" , "matt" etc
Complex  जैसे तुमने 8th या 9th class मैं देखा होगा 8+9i , 4+2i . ये सब जो i associated वाले no है वो सब complex no. होते है । ये जो i  है ये python मैं j से represent होते है 

Post a Comment

0 Comments