Treten Sie unserer Coding-Community bei
This code prints "Hello, World!" to the console.
print("Hello, World!")
Task (5 points): Write a simple Python program that prints "Hello, Mars!" to the console.
Expected Output:
Hello, Mars!