Editor
1
Creating Variables in Python
5 segments ยท 0:00
Variables store data under a specific name. Create them by assigning a value with =. The name should describe the content.
Loading Python environment...