Examveda

In Python, how can you check if a string contains only numeric characters?

A. isnumeric()

B. isnumber()

C. isdigit()

D. numeric()

Answer: Option B


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python