# Using single and double quotations print("Hello, World") print('Hello, World') # All the best for your programming journey!