python var declaration code example
Example 1: how to declare a variable in python
variable = 2
Example 2: declare double python
def function(explicit_number: type) -> type:
pass
variable = 2
def function(explicit_number: type) -> type:
pass