134k views
1 vote
What is the output?

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

1 Answer

4 votes

Step-by-step explanation:

the output password is isalpha()

User Redcayuga
by
3.6k points