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

Design a site like this with WordPress.com
Get started