hello_world.py
hello_world.py
loops.py
123456789101112131415161718
# Welcome to Mr. Q IDE — Learn Python
# Run: python3 hello_world.py
# 1. Variables — store data
name = "Mr. Q"
year = 2026
score = 99.5
# 2. Print output
print("Hello from", name)
# 3. Conditionals
if score > 90:
print("Excellent!")
# 4. Lists and loops
topics = ["Variables", "Loops", "Functions"]
for t in topics:
print("Learning:", t)
# 5. Function
def greet(name):
return f"Hello {name}!"
print(greet("World"))
Mr. Q
v3.0
Commander
Architect
Coder
Reviewer
Tester
Inbox is empty
Artifacts from Mr. Q agents will appear here. Deploy the swarm to get started.
MR. Q
Agent ready