Computer Science, asked by Anonymous, 1 month ago

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. ​


Equestriadash: Hey there!
A similar question has been answered by me here:
https://brainly.in/question/20277329

Answers

Answered by CoderRishav
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