Monday, 4 May 2020

Making Your First Python Program And The Data Types

Hello! Coder This Blog Will lead You To Make Your First Python Program !

So,Simply We Will Make a Simple Program Which

Would Print Hello World For You For,Making This Program We Will Be Using The Print() Command.


Print() Command :This Command Is As Similar As A Printer We all Have At Our Homes.This Command Basically Prints The Text Which We Want It To Print Syntax:Print("Text You Want to Print")


So Here We Will Print "Hello World "
Just Type print("Hello World")
And Pressing Enter Is all
Congratulations !
You Had Made Your First Python Program 


Now,

Data Types :

Data Type Means The Type of Data Which We can Enter In variable In Python There are Following Data Types:

INTEGER: Holds Whole Numbers Without Point Values 


FLOAT: Holds Point Numbers ex- 2.3 , 4.5 Etc


STRINGS: Holds Names Ex-John,Smith Etc


BOOLEANS:True And False Values 


Thank You!




No comments:

Post a Comment

Making Your First Python Program And The Data Types

Hello! Coder This Blog Will lead You To Make Your First Python Program ! So,Simply We Will Make a Simple Program Which Would Print H...