In this video series we will cover Python 3. This video is going to take everything we have learned so far and make a simple application that calculates how much paint is needed to paint a room.
Python 3 youtube videos by Bryan Cairns
Web: http://www.voidrealms.com
Github: https://github.com/voidrealms/python3
Facebook: https://www.facebook.com/groups/1400884323467285
Udemy: https://www.udemy.com/user/bryan-cairns/
Youtube: https://www.youtube.com/playlist?list=PLUbFnGajtZlUl0zYr4crGveP21BbcZG_L
Intro: (0:00)
Variables: (0:49)
Get the user input: (1:52)
Verify the input: (3:24)
Convert the strings to ints: (5:36)
Calculate the numbers: (8:51)
Outro: (12:44)