Skip to content

Instantly share code, notes, and snippets.

@AbishekSuryaRS
Created July 30, 2020 16:30
import sys
x = 22
print(sys.getsizeof(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment