Write a Python script that outputs Automating with Python is fun! to the screen.
a) print(Automating with Python is fun!)
b) echo Automating with Python is fun!
c) System.out.println(Automating with Python is fun!);
d) display(Automating with Python is fun!);