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
Write a program that prints the number of and the list of its arguments.
Write a program that imports the variable a from the file variable_load_2.py and prints its value.
Write a function that divides 2 integers and prints the result.
Write a function that raises a type exception.
Write a function that raises a name exception with a message.