1. Write a function that accepts a number t0 as input argument and returns the unit step function u(t t0). Your function should also create the graph of u(t t0) in a proper time interval.
2. Write a function that accepts a number t0 as input argument and returns the Dirac function d(t t0). Your function should also create the graph of d(t t0) in a proper time interval.