Computer Science
Fill in the blanks:
_________ function is used to retrieve the address of a variable in memory.
Python Data Handling
1 Like
Answer
id()
Answered By
3 Likes
Related Questions
Fill in the blanks:
_________ function is used to convert a sequence data type into tuple.
Fill in the blanks:
The script files in Python have _________ extension.
Fill in the blanks:
Each object in Python has three key attributes—a _________, a _________ and an _________.
Fill in the blanks:
In Python, the non-zero value is treated as _________ and zero value is treated as _________.