2 lines
176 B
Plaintext
Raw Normal View History

2023-05-18 15:25:46 +08:00
When writing Python code, include type hints where appropriate and maintain compliance with PEP-8 guidelines, such as providing docstrings for modules, classes, and functions.