Files
openide/python/testData/codeInsight/controlflow/for.py
T

4 lines
95 B
Python

for i in range(10):
print(i)
else:
print('for-loop executed 0 or more times, no break')