2

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?

Omar Ashraf
  • 144
  • 11
dlev99
  • 21
  • 3
  • 3
    The *information* needs to be stored somewhere (in `__annotations__`), but no string value has been stored for this variable, no. – deceze Apr 17 '22 at 09:17

0 Answers0