CBSE BOARD XII, asked by swayamprabhanayak36, 1 year ago

different between displaying and printing method in python​

Answers

Answered by ajayvishwakarma1
1

Answer:

print() function is used to print Objects to the console whereas the input() function is used to take user input. For example: If you want to know the user's name and greet them, you can do the following.

Similar questions