Solve the python program
Attachments:
Answers
Answered by
0
Answer:
Explanation:
What is Python language?
Python is a widely used high-level, general-purpose, interpreted, dynamic programming language.
Answered by
0
def is the keyword in python programming language used in the beginning of definition of the function . Function name is used to call anything which is defined in the definition of function.
print is the keyword in python programming language . It print anything which is written within it .
input takes the input from the user in the form of string .
int converts the input into integer form .
It gives the remainder of division .
Similar questions