Computer Science, asked by sanjay2004ba, 4 months ago

What is the difference between isalnum ( ) and isalpha( )?​

Answers

Answered by superfunky
2

Answer:

The Python isalpha() method returns true if a string only contains letters. Python isalnum() only returns true if a string contains alphanumeric characters, without symbols.

Explanation:

marks as brainliest.

Similar questions