calthoff / self_taught

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

Issue with python_ex100.py #24

Open brunosten opened 5 years ago

brunosten commented 5 years ago

When copying this into IDLE and/or PowerShell with Python I get an error stating that int_age is not defined. What might be causing this?

Thanks in advance for any feedback!