Garbage Collector and Memory Leaks

References

Report a typo

Find out the number of references for my_list variable. Store this number as the ref_count variable.

Do not print the number of references. Note that the my_list variable already exists.

Sample Input 1:

Sample Output 1:

Correct!
Write a program in Python 3
import sys
___

Create a free account to access the full topic