Here,I have a diff function which can be used to differentiate.
for example diff (sin x) ("x")= cos x
(here,(sin x) is the function, ("x") is the variable i want to differentiate)
How to use iterate to generate a list of differentiations of function [f(x),f'(x),f'(x),f''(x)....]