A. 1 | Very very bad input...
Explanation: input values are captured as strings. Input of 5 = '5'
'5' / '5' results in TypeError: unsupported operand type(s) for /: 'str' and 'str' because strings can’t be divided. TypeError: = "Very very bad input..."
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Donny_575
3 weeks, 4 days ago