Fix the indentation

Created on Jan. 14, 2022 by Julien Palard

1
2
for i in range(5):
    print("Hello")

which will display:

1
2
3
4
5
Hello
Hello
Hello
Hello
Hello
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
  • Ctrl-Enter: Send your code to the correction bot.
  • Escape: Get back to the instructions tab.
(Ctrl-Enter)