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!!!!!
