How to debug this error message ?
print('You will be ' + str(int(myAge) + 1) + ' in a year.')
Traceback (most recent call last):
File "<pyshell#53>", line 1, in <module>
print('You will be ' + str(int(myAge) + 1) + ' in a year.')
ValueError: invalid literal for int() with base 10: ''
--
https://mail.python.org/mailman/listinfo/python-list
