Computer Science, asked by jothigururajav003, 9 months ago

explain input and print function with example​

Answers

Answered by munnaalam70203
3

Answer:

THANK YOU

Explanation:

input means to provide the program with some data to be used in the program and output means to display data or screen or write the data to a printer or a file.

Answered by Jasleen0599
1

input and print function with example​

  • To do the intended goal, a software must interact with the user; this can be done via input-output functions. The user can enter data during runtime using the input () function, while the output () function is used to display the program's output on the screen after it has finished running.

Print()

print (“strings to be displayed as output ”);

function input () The input () method in Python is used to take data as input during execution. The language of input ( ).

Variable = input (“prompt string”)

The user can enter data during runtime using the input () function, while the output () function is used to display the program's output on the screen after it has finished running. the print () command. The print Q function in Python is used to show results on the screen.

#SPJ2

Similar questions