You are viewing a single comment's thread from:RE: LeoThread 2025-02-24 11:06View the full contextlordshah (68)in LeoFinance • 17 hours ago A simple Python code to get memory id. name = "abc" name1 = "abc" print(id(name)) print(id(name1)) result based on the device: 9838528 9838528 #devs #python