3 lines
100 B
Text
3 lines
100 B
Text
|
|
see isdigit("0123456789") + nl + # print 1
|
||
|
|
isdigit("0123a") # print 0
|