Write a program in Python that asks your name and age, and then displays this on the screen.
a) print("Enter your name: ")
b) input("Enter your name: ")
c) getₙame()
d) displayₙame()