basics
Write a function solution() that returns the string "Hello, World!".
Example
solution() → "Hello, World!"
This is the classic first challenge. Every journey begins here. 🚀
solution.py
💡 Tip: Press Ctrl+Enter to run