0
Variable and value
Can someone please explain to me what's "variable and value."
3 Antworten
0
variable_name = the_value_you_assign
0
Can you give me an example please
0
A variable is like a box that holds a value. Example: str = 'Hello World' In this example, the variable str has the value 'Hello World'. Variables can also be modified and various actions can be performed on them.