employer cover photo
employer logo
employer logo

SanDisk

Acquired by WD

Is this your company?

SanDisk interview question

How do u implement singleton in python

Interview Answer

Anonymous

Nov 5, 2016

Just write a class and create obj for that and import that obj in other file. That obj will be imported only once and hence it is singleton