# How do you introduce yourself when you meet someone? [Wait for the student to respond]
# Are you ready to use the print statement to create a write up about yourself.

''' Task 1: About Me'''
print()
print ("**** Task 1: *****")
# Write a program using the print statements to tell the computer about yourself.
# You can provide information like:
#  - Grade you are studying
#  - Your Favourite subjects
#  - Hobbies you enjoy
#  - Why you like coding
#  - So let's get started!!
print("My name is Pradyun. I am studying in 7th grade. I am 12 years old. I like math and I like to swim. I started coding because it is useful and really fun when you make different programs that work.")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: