-
condition
-
loops
-
functions
-
XO game (algorithm)
-
oop
-
Exception handling
- non-handled exceptions
- exceptions handling
- finally
- function that handles exception - without finally
- function that handles exception - with finally
- exception raise
- handle exception raise
- create custom exception class
- add properties to custom exception class
- except with as
- catch exceptions by base-class
- non-correct cascading of catch
- correct cascading of catch
- multi-level inheritance of custom exception class
- class task - exceptions handling