alx_python

TASK 0

Write a program that imports the function def add(a, b): from the file add_0.py and prints the result of the addition 1 + 2 = 3

TASK 1

Write a program that prints the number of and the list of its arguments.

TASK 2

Write a program that imports the variable a from the file variable_load_2.py and prints its value.

TASK 3

Write a function that divides 2 integers and prints the result.

TASK 4

Write a function that raises a type exception.

TASK 5

Write a function that raises a name exception with a message.