Computer Science, asked by hitmanananth22, 3 months ago

diffentiate between the input() and print() functional in python​

Answers

Answered by kishornyk2
1

Answer:

print() function is used to print Objects to the console whereas the input() function is used to take user input. ... The above program will prompt the user with the question “What's your name? ” and will ask for the user's input.

Answered by DevilHunter001
0

Answer:

Answer:

print() function is used to print Objects to the console whereas the input() function is used to take user input. ... The above program will prompt the user with the question “What's your name? ” and will ask for the user's input.

Similar questions