Explain What is python program ?
Explain some of the basic concepts of python program , practice program .
Note : Don't copy from any site, Don't spam.
Answers
Answered by
1
Answer:
Python program is nothing but the set of instructions written in Python Programming Language to get some favorite output.
for example :
>>> print("Hello, World")
Hello, World
in about program we have written someting like print() , Well, print() is a inbuilt function. Currently think Inbuilt functions as command, so print() command is use to print something, and you have to give some extra information like , what do you wanna print so by providing extra info I wrote that I wanna print Hello World
Similar questions
English,
17 days ago
Computer Science,
1 month ago
Social Sciences,
1 month ago
Physics,
8 months ago
Math,
8 months ago
A similar question has been answered by me here:
https://brainly.in/question/20277329