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

