Python was designed to be a highly readable programming language. The syntax of the Python programming is the set of rules which defines how a Python program will be written.
Python Basic Functions :
There are some basic python functions :
print() :
This function used to print or output the data on computer screan.
input() :
This function used to take the input from user at runtime.
type() :
This function used to chack the type of given data.
0 Comments