A. + str(int(now) - int(start))
Explanation:
1. Converts now and start to int
2. Performs the subtraction
3. Converts the result back to str for concatenation
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
2 weeks, 5 days ago