Cloud
Learn
🐍
Python
Run
Ctrl+Enter
Save
Share
Explorer
CLOUDLEARN-SANDBOX
🐍
main.py
🐍
calculator.py
🎨
index.html
3 files
main.py
×
calculator.py
×
index.html
×
1
# Welcome to CloudLearn Sandbox 🚀 # Write Python code below and click Run to execute it def greet(name): return f"Hello, {name}! Welcome to CloudLearn." names = ["Priya", "Marcus", "Yuki", "Sofia"] for name in names: message = greet(name) print(message) # Try modifying this code or write something new! print("\nHappy coding! 🐍")
Output
Python 3.11
Run your code to see output here
Press Ctrl+Enter or click Run