+ 1
What is the output of the following? print ( '11' .isnumeric()) a) True b) False c) None d) error
7 Respostas
+ 2
True... you can always check it on "Code Playground" ;-)
+ 2
Answer A is correct, because both chars in the string '11' are numbers. If the string was '1a', is the result false.
+ 1
answer will be true....
0
a
0
The answer will be (a) true
0
a
- 1
a