+ 1

Plz help me with the understanding about input and output

23rd Jul 2024, 2:09 PM
Rouza TN
Rouza TN - avatar
4 Respuestas
+ 5
Rouza Input is the value taken from the user Ex name = input() #The name variable will store the value input by the user Output is anything you print Ex print(name) #The value stored in the name variable will be outputed You can tell more about what specifically you're unable to understand
23rd Jul 2024, 2:53 PM
Hacker Badshah
Hacker Badshah - avatar
+ 4
Rouza No no When you'll run the code You'll get the prompt to enter the input You don't have to write anything inside input()
23rd Jul 2024, 3:26 PM
Hacker Badshah
Hacker Badshah - avatar
+ 3
Input is given data to the computer and output is received information from the computer.
23rd Jul 2024, 7:25 PM
Prikshit
+ 1
Hacker Badshah so in input as you write name =input()..should i write any name here?
23rd Jul 2024, 3:06 PM
Rouza TN
Rouza TN - avatar