Computer Science, asked by jintasan, 10 months ago

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 ganga8810
2

Answer:

the question is not clear

Answered by Anonymous
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