4. What is the output of the following string operation?
str="My roll no is 12"
print (str.isalnumo)
a) True
b) False
C) Error
d)no output
Answers
Answered by
4
Answer:
error is answer
follow me
Answered by
0
Answer:
B False
Explanation:
(str.isalnumo) is used to check whether it contain all numeric values or not.
Attachments:
Similar questions