22.5k views
2 votes
What is the output?

>>> password = "sdf345"
>>> password.isalpha()
>>>

2 Answers

1 vote

Answer:

The answer is false

Step-by-step explanation:

The string isalpha() returns True if all the characters are letters and the string has at least one character.

User Kaushik NP
by
8.0k points
2 votes

Answer:

False

Step-by-step explanation:

What is the output? >>> password = "sdf345" >>> password-example-1
User Alexa Elis
by
8.2k points

Related questions

asked Feb 28, 2021 167k views
Kvvaradha asked Feb 28, 2021
by Kvvaradha
7.4k points
2 answers
4 votes
167k views
1 answer
1 vote
134k views
asked Feb 5, 2021 214k views
Andrew Thomson asked Feb 5, 2021
by Andrew Thomson
8.4k points
2 answers
2 votes
214k views