Does the python type annotation take space in memory?

138 views Asked by At

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?

0

There are 0 answers