Amazon | OOD| Can I use Python for OOD in the interview?

I saw most of the OOP problems here are written in Java with abstract class and interface. In python I can only use @abstractmethod and the ABC module. Is it ok if I use this for python? Will the interviewer force me to use Java?

Comments (3)