What is data value mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is data value mean?

19th Jan 2022, 7:28 AM
SALLEH SAMIKIN
2 Answers
+ 5
Something that is inputted, manipulated or the output of a program E.g -- Number -- string -- boolean -- objects, etc
19th Jan 2022, 7:34 AM
Emms
Emms - avatar
+ 3
it depends on the value you assign to it! eg (python): import requests data=requests.get('https://reqbin.com/echo/get/json').content print(data) Here, Data Has The Value Of The Data Received From The Server. Data is nothing but just a variable that you can assign as per your requirement.
19th Jan 2022, 9:24 AM
Sancho Godinho
Sancho Godinho - avatar