Saturday, 28 July 2018
Home »
» PYTHON CLASS-3 PRINT FUNCTION()
PYTHON CLASS-3 PRINT FUNCTION()
HI GUYS!
today i'm goona tell you print out first programm
we talk about print function
* First of all open ide mean to say go to search bar and type idle
* open the idel
* click on file and then new file
print function is very important function for any programming langugage
The syntax of print function
PRINT ("")
KEEP LEARN
ALWAYS MAKE JUST 1 TIME SPACE AND TYPE PRINT AND THYEN MAKE 1 TIME space and use this bracket ( and then type " and make space and type anything that you want and afain type " and close bracket )
CODE OUR FIRST PROGRAMM
PRINT ("HELLO WORLD")
now save the file and
run as module or press f5
the output is
hello world
now keep practic remember now you are a coder
python is easy to use
ReplyDelete