Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はpythonでこれをしたい:
if year and year.isdigit() and year > 0:
しかし、うまくいきません。ステートメントの数は制限されていますか?
何か案は?