Skip to the content
Binary Bouquets

Binary Blossoms Of The Curious Mind

  • Home
  • Tech
  • Hobby
  • About
Menu

Tech

Python: Conversion

May 12, 2018 No Comments
pi = 3.1415926
result = 5
tamara_boolean = True
jack_boolean = False

result + pi == 8.1415926

int(pi) == 3

float(result) == 5.0

int(tamara_boolean) == 1

int(jack_boolean) == 0

str(tamara_boolean) == True
ITpython
Previous Post Next Post

You may also like

April 4, 2021

Azure Cloud Service: Theory

May 12, 2018

Python: String simple methods

April 4, 2021

Azure Cloud Service: Practice

Recent Posts

  • When You’re Going to San Francisco: The City
  • When You’re Going to San Francisco: Echoes of Alcatraz
  • When You’re Going to San Francisco: Pier 39
  • When You’re Going to San Francisco: From Gold Beach to the Golden Gate
  • Impressionist May

Categories

  • Hobby
  • Tech

Tag Cloud

azure best practices cloud service code Computer Sience data structure Design Patterns etude flowers Git GitHub IT Java multiexposure nature ocean perfumery photo prague pry pseudocode python sightseeing stack still life street training travelling US Washington
  • Home
  • Tech
  • Hobby
  • About

Binary Bouquets

Close Menu