akshgpt7 / akshgpt7/whac-a-mole
Remove star imports
Ouverte
easy
good first issue
- Langage dominant
- Python
- Étoiles
- 5
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Remove the following:
`from tkinter import *`
`from time import *`
Star imports are not allowed in PEP-8 guidelines. So, import the modules with a name and add it wherever they are being used.
*Example:*
`import tkinter as tk`
<..some code..>
`tk.Button()`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.