The main() function has no return statement, so it returns the default None value. ... but see what mypy tells me now: $ mypy dna.py dna.py:32: error: ...
確定! 回上一頁