Python variables tutorial example explained
#python #variables #tutorial
#variable = a container for a value. Behaves as the value that it contains
#string = a series of characters
first_name = "Bro"
last_name = "Code"
full_name = first_name +" "+ last_name
print("Hello "+full_name)
print(type(first_name))
#int = a whole integer
age = 21
age += 1
print("Your age is: "+str(age))
print(type(age))
#float = a decimal number
height = 250.5
print("Your height is: "+str(height)+"cm")
print(type(height))
#boolean = True or False
human = True
print("Are you a human: "+str(human))
print(type(human))
––––––––––––––––––––––––––––––
Up In My Jam (All Of A Sudden) by - Kubbi / kubbi
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library • Up In My Jam (All Of A Sudden) – Kubb...
––––––––––––––––––––––––––––––
Watch video Python variables ✘ online, duration hours minute second in high quality that is uploaded to the channel Bro Code 21 December 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 65,323 times and liked it 3 thousand visitors.