Loading [MathJax]/extensions/tex2jax.js

サポート外の引数が入ってきたときの例外処理 [Python]

スクリプトに一行挿入する.この場合,変数hogeに括弧内以外の文字列が入っているときにエラーをだす.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
assert hoge in ("hogeA", "hogeB", "hogeC")
assert hoge in ("hogeA", "hogeB", "hogeC")
assert hoge in ("hogeA", "hogeB", "hogeC")
0

Python

Posted by vastee