You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python examples/wordmath/seisseisdoze.py
SEIS+SEIS=DOZE
%(s)d%(e)d%(i)d%(s)s+%(s)d%(e)d%(i)d%(s)d=%(d)d%(o)d%(z)d%(e)d
Traceback (most recent call last):
File "examples/wordmath/seisseisdoze.py", line 38, in <module>
main()
File "examples/wordmath/seisseisdoze.py", line 35, in main
"%(d)d%(o)d%(z)d%(e)d") % s
TypeError: unsupported operand type(s) for %: 'NoneType' and 'dict'
but with Python 2
The text was updated successfully, but these errors were encountered: