Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 410 Bytes

File metadata and controls

27 lines (14 loc) · 410 Bytes

DigitQ

DigitQ(str)

returns True if str is a string which contains only digits.

Examples

>> DigitQ("1234")
True

Implementation status

  • ✅ - full supported

Github