week 8 1161

denden den
Design Computing
Published in
1 min readJun 10, 2017

During the last week of break, i just worked on trying to learn more python on both solo Learn and Code Academy.

Python(exceptions):

  • ImportError
  • IndexError
  • NameError
  • SyntaxError
  • TypeError
  • ValueError
  • These errors can be ‘countered’ or continued with the ‘try’ and except value which allows the code to still run regardless or an error

--

--