In Python, isalnum() is a method that belongs to string objects. It is used to check whether a string contains only letters and digits, and it returns True if the string is alphanumeric (contains only letters and digits), and False otherwise.
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.
akumo
1 month, 2 weeks ago