Test Series - python

Test Number 31/108

Q: What will be the output of the following Python code snippet?

print('.isdigit())
A. True
B. False
C. None
D. Error
Solution:  If there are no characters then False is returned.

You Have Score    /1