aboutsummaryrefslogtreecommitdiff
path: root/challenge-119/james-smith/python/ch-1.py
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-07-02 10:29:12 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-07-02 10:29:12 +0100
commit00970e3bb1d6b6fa40021a5597c065b3adffbad4 (patch)
treea78dd2192d7f1224411c0a386d51d222c1a1b17a /challenge-119/james-smith/python/ch-1.py
parent8cb056b8a695da10af049bb84da23b8b7cf51fb5 (diff)
downloadperlweeklychallenge-club-00970e3bb1d6b6fa40021a5597c065b3adffbad4.tar.gz
perlweeklychallenge-club-00970e3bb1d6b6fa40021a5597c065b3adffbad4.tar.bz2
perlweeklychallenge-club-00970e3bb1d6b6fa40021a5597c065b3adffbad4.zip
added other languages notes
Diffstat (limited to 'challenge-119/james-smith/python/ch-1.py')
-rw-r--r--challenge-119/james-smith/python/ch-1.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-119/james-smith/python/ch-1.py b/challenge-119/james-smith/python/ch-1.py
index 0046216508..5ce0a2ff8d 100644
--- a/challenge-119/james-smith/python/ch-1.py
+++ b/challenge-119/james-smith/python/ch-1.py
@@ -5,7 +5,5 @@ def swap_nibbles(_):
for t in TESTS:
print( 'OK' if swap_nibbles(t[0])==t[1] else 'Not OK' )
-
-for t in TESTS:
print( 'OK' if swap_nibbles(t[1])==t[0] else 'Not OK' )