Use the editor below to test your
Python skills
live in your browser.
Live Python Compiler
print("Hello, World!") x = 5 y = 10 print(f"The sum of {x} and {y} is {x + y}")
Run Python
Output will appear here...