Filesystem
Browser
Python Editor
# Write your Python code here def greet(name): return f"Hello, {name}!" print(greet('Python World'))
Terminal