Skip to content

Joseph-T-Gordon

A complete log of all recent projects and skills

Menu
  • About me
  • Posts/Projects
  • Resume/Certifications
Menu

Post #31 (Python Programming) – Data types in Python

Posted on March 13, 2023June 26, 2023 by admin

Today I’ve covered some of the data types in python I will just give each type and an example of what it might look like.

Integer – 5

Float – 5.3

String – “Hello”

Boolean(True or false) – True

You can also use an escape character to add quotes within a string

Code:

print(“\”This is in quotations\””)

Result:

“This is in quotations”

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 Joseph-T-Gordon | Powered by Minimalist Blog WordPress Theme