DEV Community

Discussion on: Using Python's Type Annotations

Collapse
 
shivakrishnach31 profile image
Shiva Krishna

json_data: {str, ...} = None

I'm new to python. What is "{str, ...}" from the above the syntax? Please help me to understand that.