Testing code for FANG interviews (Try...except for interview)
Anonymous User
134

Just wanted to know if FANG etc. expect you use try..except or try..catch blocks in phone screens or whiteboarding interviews.
Also, for testing, I am planning on importing unittest in Python. Was wondering if that's the right way to go?

Comments (1)