Skip to content

SpaceX  #1375

@MarkoStar-space

Description

@MarkoStar-space

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:
  1. Copy the code
  2. Run using Python 3
  3. Enter your name when prompted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions