Web
Opt
tools
Python Variables
Variable Name
Value
Data Type
Integer (int)
Float
String (str)
Boolean (bool)
List
Dictionary
Run Visualization
Console Output
>
Variable Visualization
Variable:
my_variable
Value:
42
Data Type:
int
Integer number
Python Variables
Variables store data values
Python is dynamically typed
No declaration needed