RE: LeoThread 2025-06-15 07:07
You are viewing a single comment's thread:
Python Script to Print "Hello World"
# Simple Python script to print "Hello World" to the screen
def main():
print("Hello World")
if __name__ == "__main__":
main()
To run this script:
- Save it to a file with a
.py
extension (e.g.,hello_world.py
) - Execute it from a terminal or command prompt with
python hello_world.py
The script will output: Hello World
0
0
0.000
I guess this means Rafiki is down again?! 👀 I could’ve written this myself, i just wanted to see if Rafiki is able to code at all!
well that's a shame. Hopefully they will get it back up and running soon. I saw your thread without a response and couldn't help myself
😁👍🏽