mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-25 01:04:03 +08:00
psf/black code formatting (#1277)
This commit is contained in:

committed by
Christian Clauss

parent
07f04a2e55
commit
9eac17a408
@ -266,6 +266,7 @@ def prompt(s: str = "", width=50, char="*") -> str:
|
||||
|
||||
if __name__ == "__main__":
|
||||
import doctest
|
||||
|
||||
doctest.testmod()
|
||||
print(prompt("Binary Tree Traversals"))
|
||||
|
||||
|
Reference in New Issue
Block a user