SyntaxFix
Write A Post
Hire A Developer
Questions
By turning them into integers instead:
percent = (int(pyc) / int(tpy)) * 100;
In python 3, the input() function returns a string. Always. This is a change from Python 2; the raw_input() function was renamed to input().
input()
raw_input()