if I'm writing this line of code in python:
name: str
Does that mean that because I did not initialize the variable name
with value, no memory has yet been allocated for this variable?
if I'm writing this line of code in python:
name: str
Does that mean that because I did not initialize the variable name
with value, no memory has yet been allocated for this variable?