Q:

Write a Python program to get variable unique identification number or string

0

Write a Python program to get variable unique identification number or string

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

x = 100
print(format(id(x), 'x'))
s = 'w3resource'
print(format(id(s), 'x')) 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now