Mastering Variables in Python | Learn Python

preview_player
Показать описание
Do you want to be an expert programmer? First, master the basics with this lesson on Python variables.

We have many more videos coming up on this and many other topics! Please don't forget to subscribe so you don't miss anything!

If this video helped you, please don't forget to hit the like button!

The code editor in the browser can be found here:

The four lines of code to be copied can be found here:

integer_example = 2
float_example = 3.14
string_example = “This is a string”
boolean_example = True

Don't forget to re-type the inverted commas around "this is a string" when you have copy & pasted into the browser code editor.

I also ask you in the video to add this code to line 6:

integer_example += 1

If you haven't finished the first lesson, I strongly suggest you head there first:

If you are interested in app development, we have a video series teaching you to use a framework called React Native here:

Chapters in this video:

0:00 Context
01:12 Getting Started
02:03: Definitions
03:34 Variable Types
04:47 Variables are Variable
06:54 Exercise 1
08:33 Exercise 2
09:48 Fun with Variables
11:52 Exercise 3
12:42 Wrapping Up

Thanks and once again don't forget to like and subscribe!
Рекомендации по теме
welcome to shbcf.ru