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 23726a0 commit 60f5145Copy full SHA for 60f5145
main.py
@@ -1,6 +1,8 @@
1
def main():
2
print("Hello World")
3
4
+def runner():
5
+ print("Road Runner")
6
7
if __name__ == "__main__":
8
main()
0 commit comments