Python Tutorial 2 - Variables

Published: 19 January 2014
on channel: ComputerTutorials
205
2

Whenever you create variables in python (unlike compiled languages) you must give a variable name and set it to a value.

Example: x = 5, y = "string", f = 8.3

integer: all positive and negative whole numbers - Examples: 5, -5, 103
string: text in quotation marks - Examples: "test", "hello"
float: number with decimals - Examples: 8.3, 0.5, -3.443


On this page of the site you can watch the video online Python Tutorial 2 - Variables with a duration of hours minute second in good quality, which was uploaded by the user ComputerTutorials 19 January 2014, share the link with friends and acquaintances, this video has already been watched 205 times on youtube and it was liked by 2 viewers. Enjoy your viewing!