-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(gcd.py:1): <module> | ||
-> 1 #!/usr/bin/env python3 | ||
Set basename is on. | ||
Set event is on. | ||
Set stopping is off. | ||
output set to not use terminal escape sequences | ||
output set to not use terminal escape sequences | ||
output set to not use terminal escape sequences | ||
output set to not use terminal escape sequences | ||
output set for terminal with escape sequences for a dark background | ||
output set for terminal with escape sequences for a light background | ||
trepan3k: That's all, folks... |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
(gcd.py:1): <module> | ||
-> 1 #!/usr/bin/env python3 | ||
Set basename is on. | ||
Set event is on. | ||
Set stopping is off. | ||
Set confirmation is off. | ||
line - gcd.py:2 | ||
(gcd.py:2): <module> | ||
-- 2 """Greatest Common Divisor | ||
2 -> """Greatest Common Divisor | ||
Set stopping is on. | ||
line - gcd.py:11 | ||
(gcd.py:11): <module> | ||
-- 11 import sys | ||
11 -> import sys | ||
Set stopping is off. | ||
line - gcd.py:13 | ||
line - gcd.py:26 | ||
(gcd.py:26): <module> | ||
-- 26 def gcd(a,b): | ||
26 -> def gcd(a,b): | ||
trepan3k: That's all, folks... |
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