The id() can be used to get the memory address of a variable. Consider
the following code and tell if the id() functions will return the same value
or not (as the value to be printed via print()) why?
num = 13
print(id(num))
num = num +3
print(id(num))
num=num-3
print(id(num))
num=”Hello”
print(id(num))
Answers
Answered by
2
Answer:
the question is not clear
Answered by
0
Explanation:
The pancreas pushes these digestive juices into the duodenum so it can mix with the digested food and the enzymes can figure out what nutrients are usable or not and filter out the carbs, proteins and fats so they can go into the bloodstream. Throughout this process, the liver also helps in two functions.
Similar questions
Math,
6 months ago
Math,
6 months ago
English,
6 months ago
Physics,
1 year ago
Social Sciences,
1 year ago