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.
を使用すると出力にエラーが出力されるという事実を除いて、exit()との間に違いはありますか?raise ValueError("example")raise ValueError("example")
exit()
raise ValueError("example")