Question #915

Which code snippet will not throw an exception?

In Python, _ can be used for ignoring specific values. In that case, the second assignment is simply ignored. The other code snippets will throw exceptions. (stackoverflow.com/questions/5893163/what-is-the-purpose-o...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵