1. Explain about print() and input() function in python
Answers
Answered by
0
Answer:
print() - The print() function is used to print a string, characters, numbers or variables on the console.
input() - The input() function is used to take some input from the user. The input() function return a string.
Similar questions