import time

print (“””

Hello My name is Dane Capra and my hobbies include coding, gaming, and 3D printing. I was born in July 2006 and was raised by both parents and had a sister in 2009. I have had many different pets as I was growing up which included fish, horses, dogs, and cats. Most were given away and bought because one we couldn’t house them all and two I’m surrounded by rainforest. I have a close friend Zac (on the right of the 1st image) who has stuck with me since prep while others gradually became just classmates and some wandered off to different schools. Most of my friends that left off to different schools are still in touch with me through apps like Discord, every now and then we will meet up to watch a movie or play together at  each other’s house.

 

Athletics is something that I get into yearly but I don’t often train for it, I’m not that fit but I can throw far, run fast and jump high so every year I compete and attempt to go as far as I can up the ladder, I don’t often make it for running and jumping but the furthest I’ve gotten through throwing is competing for a position on the state team.

 

I was first introduced to coding in grade 5 with the help of Ipads and an app called Hopscotch. I realised that I enjoyed coding after that first year and I began to take IT electives as I progressed through school. Over the years I have only learned the basics of python, java script, sql and scratch but I still have made a few games and programs using them. I hope to make a career out of coding and building programs.

If you want to find some of the games that I’ve made using python please find your way to the Python Games page.”””)

x=input(“press enter when you have finished reading”)

print(“Thanks For Reading. Goodbye”)

time.sleep(3)

exit()