Plz i didn't understand the mean of input 🙏 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Plz i didn't understand the mean of input 🙏

.

3rd Oct 2020, 4:10 PM
Educate yourself ثقف نفسك
Educate yourself ثقف نفسك - avatar
16 Answers
+ 2
Some data that goes into a computer or program/app.
3rd Oct 2020, 11:30 PM
Sonic
Sonic - avatar
+ 8
in Arabic, إدخال
3rd Oct 2020, 4:12 PM
Simba
Simba - avatar
+ 4
Input simply mean the data or information we are giving to the system to work on.
4th Oct 2020, 1:51 PM
Anshika Bhatnagar
+ 3
Input is what user type and enter as input using keyboard but print is a function in python that display variables values if passed as arguments to it .input can not be displayed if user dont click enter and if there are no print statement to print this input.Input can be stored in variable like. a = 11 .The output is what a function return as value /result .Using print we can display this output.
3rd Oct 2020, 5:35 PM
HBhZ_C
HBhZ_C - avatar
+ 2
المدخلات عموما هي كل ما يستعمل في الدالة من معاملات والمخرجات هي الناتج من استدعاء هذي الدالة اما في سؤال الاخ فهو يخص دالة في بايتون تستعمل لاستقبال ما يدخله المستخدم من قيم
3rd Oct 2020, 9:21 PM
HBhZ_C
HBhZ_C - avatar
+ 1
Input هو اللي بدخلو المستخدم يعني إذا بدك المستخدم يدخل رقم معين لتستخدمو بالبرنامج بتستخدم input Print هو اللي بدك ينطبع عالشاشة مثلا x = input() print(x) هذا البرنامج بياخد الشي المدخل من المستخدم ويطبعه عالشاشة
3rd Oct 2020, 7:58 PM
Ruba Kh
Ruba Kh - avatar
+ 1
Input can also mean to gain or obtain information into a computer for it to follow commands given to it
1st Jan 2021, 5:49 PM
Augustine
Augustine - avatar
0
ما هو فرق مابين input و print أختي
3rd Oct 2020, 4:13 PM
Educate yourself ثقف نفسك
Educate yourself ثقف نفسك - avatar
0
To type or give data or information to the computer
4th Oct 2020, 8:53 PM
Augustine
Augustine - avatar
0
Data that goes into a program
5th Oct 2020, 1:21 AM
George S Mulbah II
George S Mulbah II - avatar
0
input means taking data from user which given by user
5th Oct 2020, 1:41 AM
recarcoder
recarcoder - avatar
0
Input: to give a command interms of data Output: to get result interms of information. E.g Computer says: Enter two numbers to add User(you): 2 + 3 (This is your input) Computer : 5 (Output from the computer)
5th Oct 2020, 7:52 AM
Usenmfon uko
Usenmfon uko - avatar
0
Any data you provide to computer using any input device is called input. Like if you press a button on the keyboard,you provided a data to computer that you pressed a key through input devices. Input can only be given by input devices, eg:-mouse ,keyboard , tracks-pad,etc.
5th Oct 2020, 10:22 AM
Karan singh majila
Karan singh majila - avatar
0
Input function helps you as a coder to get data from the uses. It's really important eg. Emails, passwords , comments etc
5th Oct 2020, 12:50 PM
Philip
Philip - avatar
0
A value that sent to system by user (the user also you). In python, you can store it to a variable or print it directly
5th Oct 2020, 2:53 PM
Dendi Handian
Dendi Handian - avatar