Questions
Tags
Sign In
Are the elements of the list number?
There is a list ['2014', '2015', '2016', 'zzz', 'aaa', 'xxx'], you need to determine whether the list item number. How can this be done?
Python
Velma_Weissnat68
asked
July 9th 19 at 10:09
Related questions
0
SublimeLinter-html-tidy up on what swears?
2
How to fix performance header?
1
How to organize a request yii2?
2
How to make a simple GIF with changing the background?
1
What's the easiest way to find out the traffic to the site?
2
Different output for different time of day?
1
Entity Framework Many to Many, why there is an extra entry?
2
How to handle all errors (caught and uncaught) in ASP.Net MVC?
More answers about
"Are the elements of the list number?"
1
answer
shani
answered on
July 9th 19 at 10:11
Solution
S. isdigit()
Thank you. It turns out, lost the brackets when writing :(
- Velma_Weissnat68
commented on July 9th 19 at 10:14
Please
sign in
or
sign up
to write your answer or comment.
Find more questions by tags
Python