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 3ab94ae commit 22745f1Copy full SHA for 22745f1
main.py
@@ -2,7 +2,7 @@ def main():
2
print("Hello World")
3
4
def runner():
5
- print("Road Runner")
+ print("Coyote catches the Road Runner")
6
7
if __name__ == "__main__":
8
main()
0 commit comments