Sure! Here’s a simple Python program that prints my name and something I like to do:
# This program prints my name and something I like to do
print("My name is Assistant.")
print("I like helping people with programming!")
You can run this program in any Python environment, and it will display the specified output.