Extra post

Hey! I forgot to tell you some thing, it is an extra for get to know me! Okay so did I mention one of my best teacher Jordan? Well he is a very nice guy and cool, he teach us about PyCharm! Jordan let us do an extra work when we finished our project get to know me. The task is see if you can make a robot that help your family to do something, my robot helps my mom for teaching!

myRobotName = ‘Xiao cheng’ # Enter String Value between “”
myRobotHeightInCm = ‘100cm’ # Enter Float Value
myRobotAge = 1 # Enter Integer Value
myRobotisMale = ‘false’ # Enter Boolean Value
myRobotSuperPower = ‘knows every questios in the world’ # Enter String Value between “”

print(“My Robot Name is”,myRobotName)
print(“MY Robot is”, myRobotHeightInCm,”cm tall.”)
print(“My Robot is”,myRobotAge,”years old.”)
if (myRobotisMale == True):
print(“My robot is Male.”)
else:print(“My robot is Female”)
print(“My Robot Super Power is”,myRobotSuperPower)

This is just for fun if you wanna do you can do it if you do not want to do then don’t do it! Leave me a comment about who did you do for! Bye!!!!!

Python Project 2: Dissecting Data Types

Oh hello guys!! Today I will show you my second project that I have learned in TechTreck!”

myRobotName = ‘Show Offy’ # Enter String Value between “”
myRobotHeightInCm = ‘1000cm’ # Enter Float Value
myRobotAge = 16 # Enter Integer Value
myRobotisMale = ‘true’ # Enter Boolean Value
myRobotSuperPower = ‘lazerbean’ # Enter String Value between “”

print(“My Robot Name is”,myRobotName)
print(“MY Robot is”, myRobotHeightInCm,”cm tall.”)
print(“My Robot is”,myRobotAge,”years old.”)
if (myRobotisMale == True):
print(“My robot is Male.”)
else:print(“My robot is Female”)
print(“My Robot Super Power is”,myRobotSuperPower)

This project is pretty easy, it teaches you how to program something and is for introducing your self!!!

Now is time for you to try this cool project and see what does it do!!

you should look like this when you are finish

Hope you like this my friend

Farewell Amigos

Python #1: Get To Know Me

In our first class we used Pycharm it is pretty hard for your first try same for me my brain hurt a lot at the first time, but when you try it the third time you will not think that is hard it is pretty cool and fun for me!! See what the code do!!!!!!!!

print(‘Hello!’)
name = input(‘What is your name?’)
name = str(name)
print(‘your name is’ , name

age = input(‘How old are you’)
age = int(age)
print(‘your age is’,age,’.’)

today = input(‘What year is it?’)
today = int(today)
born = today -age
print(‘You were born in the year’, born,’.’)

future = input(‘what year were you born’)
future = input(‘2050-2010’)
future = int(2050- born)
print(‘in the year 2050′, age,’.’), ‘.’ )

Python Project 1: About Me

This is my very first project that I had worked on Pycharm. This project is very hard for your first turn but it is pretty cool when you finished it!!

print(‘Hello!’)
name = input(‘What is your name?’)
name = str(name)
print(‘your name is’ , name, ‘.’ )

age = input(‘How old are you’)
age = int(age)
print(‘your age is’,age,’.’)

today = input(‘What year is it?’)
today = int(today)
born = today -age
print(‘You were born in the year’, born,’.’)

future = input(‘what year were you born’)
future = input(‘2050-2010’)
future = int(2050- born)
print(‘in the year 2050′, age,’.’)

check out what your cool project do!!!

Design a site like this with WordPress.com
Get started