We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add689b commit 2f30310Copy full SHA for 2f30310
1 file changed
_extras/extra_challenges.md
@@ -25,7 +25,7 @@ A collection of challenges that have been either removed from or not (yet) added
25
> start_year = 1977
26
> end_year = 2002
27
> for year in range(start_year, end_year+1):
28
-> print(str(year))
+> print(year)
29
> ~~~
30
> {: .language-python}
31
>
0 commit comments