Computer Science, asked by afisalady124, 1 year ago

Do you think a Python dictionary is thread safe?

Answers

Answered by shejal8
0

2 Answers. Python's built-in structures are thread-safe for single operations, but it can sometimes be hard to see where a statement really becomes multiple operations. Your code should be safe.

mark it as brainliest

Similar questions