Computer Science, asked by mucharlasujith2003, 7 months ago

1. Explain about print() and input() function in python

Answers

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