body2hands
body2hands copied to clipboard
fix print statements
In lines 120, 122, and 137, there are print
statements lacking parentheses ()
, which is incorrect in Python 3 and causes the execution to crash. I've rewritten these print
statements to their correct form.