-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Description
This Python program displays a motivational result inspired by SpaceX.
It encourages learning, consistency, and innovation.
SpaceX Motivation Program
Inspired by innovation, learning, and persistence
def spacex_motivation():
name = input("MarkoStar-space: ")
print("\n🚀 SpaceX Motivation Result 🚀\n")
print(f"Hello {name}!")
print("Result: PASS ✅\n")
print("Why?")
print("- Dream big like SpaceX")
print("- Learn continuously")
print("- Fail, improve, and try again")
print("- Innovation comes from consistency\n")
print("💡 Message:")
print("“When something is important enough, you do it even if the odds are not in your favor.”")
print("- Inspired by SpaceX mindset 🚀")
spacex_motivation()
MarkoStar-space: Marko
🚀 SpaceX Motivation Result 🚀
Hello Marko!
Result: PASS ✅
Why?
- Dream big like SpaceX
- Learn continuously
- Fail, improve, and try again
- Innovation comes from consistency
💡 Message:
“When something is important enough, you do it even if the odds are not in your favor.”
- Inspired by SpaceX mindset 🚀
How to Run:
- Copy the code
- Run using Python 3
- Enter your name when prompted
Metadata
Metadata
Assignees
Labels
No labels