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 getContinue reading “Extra post”
Author Archives: anthonyg2010
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 ValueContinue reading “Python Project 2: Dissecting Data Types”
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!!!!!!!!
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 =Continue reading “Python Project 1: About Me”
