0
I don't understand input and output
12 Respostas
+ 8
Input means the information which is given to a program.
Output means the information which comes from a program
+ 2
It could help you if you will specify the programming language, because the syntax varies according to the language
+ 2
The code is what is used to process the input and give output.
For example, a program is made to add two numbers. You give input as 2 and 4. The code will add the numbers and give output as 6.
+ 2
It is simple program in which one can enter something and the program will give same output. But it is still telling the computer that it needs an input and gives an output. Code is everything which is used to input, output and process
+ 2
In detail please
+ 1
s = input("Enter something please: ")
print(s)
0
Then what about the code
0
Kk some Bette
But
s = input("Enter something please: ")
print(s)
Can u explain this
0
Input is the information that you introduce to the program and output is the information that the program shows you after it has been run.
- 2
I python
- 2
What's this