in previous slides we saw about python .Now we move toward the programing.
so our first program is "Hello World"
first of all open python IDLE
print:-print command is use to show the message or value on the screen.
( ):- any message/s or assigned value must be written in the parenthesis.
" ..." /'..' whatever is written in the ".."/'..' will going to display as it is.
# :- This is use for comment.This is used by users for their convenience.Comment will not execute and ignore by the interpreter .
so our first program is "Hello World"
first of all open python IDLE
print:-print command is use to show the message or value on the screen.
( ):- any message/s or assigned value must be written in the parenthesis.
" ..." /'..' whatever is written in the ".."/'..' will going to display as it is.
# :- This is use for comment.This is used by users for their convenience.Comment will not execute and ignore by the interpreter .