Computer Science, asked by 786jameelavahid, 3 months ago

different between print and input comment​

Answers

Answered by s1270nandita3531
6

print function displays the given message on the screen. For example. print ("Hello") gives output as Hello Whereas input function accepts given data. For example, input = "Enter your age :" shows output as Enter your age and when you enter your age and press enter it takes in your age.

Answered by joyshi33
4

Answer:

print function displays the given message on the screen. For example. print ("Hello") gives output as Hello Whereas input function accepts given data. For example, input = "Enter your age :" shows output as Enter your age and when you enter your age and press enter it takes in your age.

Explanation:

hope it's helpful for u

Similar questions