ai-venkat-r
commited on
Main script changes (#6)
Browse files- tech: update main script (e1b95fc1a98620679134b9770256746fcd137a7b)
main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# hello_world.py
|
2 |
def hello_world():
|
3 |
-
print("Hello World
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
hello_world()
|
|
|
1 |
# hello_world.py
|
2 |
def hello_world():
|
3 |
+
print("Hello World")
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
hello_world()
|