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

Import module1 not hello? #3

Closed cogginproductions closed 7 years ago

cogginproductions commented 7 years ago

In the book, you say to create a new file called "module1.py" and import it into a 2nd file called "module2.py", but the code says to "import hello" not "import module1". That could lead to confusion.

calthoff commented 7 years ago

@cogginproductions Thanks for pointing this out. You are right. I will make that clearer.

cogginproductions commented 7 years ago

You're welcome and thank you. Glad I could help!