calthoff / self_taught

This repository contains the exercises for "The Self-Taught Programmer: The Definitive Guide to Programming Professionally."
http://theselftaughtprogrammer.io
272 stars 226 forks source link

Single quotes vs. double quotes #17

Open Chopivy opened 6 years ago

Chopivy commented 6 years ago

I think that in the python_ex17.py file instead of:

"Hello, World!"

should be:

'Hello, World!'