Eric V. Smith <e...@trueblade.com> added the comment:

This is almost certainly not a bug in python. You're probably entering an empty 
string for "a".

Try it without using input(). For example, replace lines 2 and 3 with:
a = "3"
b = "4"

----------
nosy: +eric.smith
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44083>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to