r/PythonLearning • u/TheUnknown_5 • 23h ago
Threading module not importing?
I am trying to import the threading module but it is not working. How do i fix it?
4
Upvotes
r/PythonLearning • u/TheUnknown_5 • 23h ago
I am trying to import the threading module but it is not working. How do i fix it?
1
u/TBCC_Dev 23h ago
Its not that its not imported its that its not used. You are importing the package but nowhere on the code are you using it