(Hackerrank) HackerRank Python Certification Practice Test

Hackerrank Control Flow and Looping 4

Free · Instant Results

What is the output of: ```python for i in range(5): if i == 3: break else: print('no break') print('end') ```
▶ Start Practice Test