forked from TheAlgorithms/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fixed] unused variable, standalone running, import doctest module (T…
…heAlgorithms#4673) * [fixed] unused variable, standalone running, import doctest module information [standalone running](https://www.geeksforgeeks.org/what-does-the-if-__name__-__main__-do/) Signed-off-by: slowy07 <[email protected]> * Update other/fischer_yates_shuffle.py Co-authored-by: Christian Clauss <[email protected]> * [fixed] change to tuple and fixing callfunction Signed-off-by: slowy07 <[email protected]> * Update matrix/spiral_print.py Co-authored-by: Christian Clauss <[email protected]> * Update matrix/spiral_print.py Co-authored-by: Christian Clauss <[email protected]> * fixing Co-authored-by: Christian Clauss <[email protected]> * [fixed] sprial matrix Signed-off-by: slowy07 <[email protected]> * Update spiral_print.py * Update spiral_print.py * Update spiral_print.py * Update spiral_print.py Co-authored-by: Christian Clauss <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,4 +88,7 @@ def main(): | |
|
||
|
||
if __name__ == "__main__": | ||
import doctest | ||
|
||
doctest.testmod() | ||
main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters