Revolut Interview Question

How can you escape/exit a python for-loop?

Interview Answer

Anonymous

Nov 15, 2018

You can use the break command in Python and actually also in most other programming languages