84.9k views
0 votes
Question # 5 Dropdown What is the output for the following code? >>> phrase = "help23" >>> phrase.isalnum() h​

2 Answers

2 votes

Answer:

true

Step-by-step explanation:

User Waki
by
5.4k points
4 votes

The output is True because the string phrase contains only letters and numbers.

User Undistraction
by
5.3k points