PrajaktaSathe / Python

Features small Python projects. You are welcome to contribute here!
MIT License
27 stars 45 forks source link

Rename queue.py to queue-demo.py #81

Closed djharshit closed 2 years ago

djharshit commented 2 years ago

Rename queue.py to queue-demo.py as it causes error in other programs. They refer to this queue module instead of the builtin queue module because of the name duplicate.