This commit is contained in:
Benjamin Bertrand 2017-04-16 11:27:06 +03:00
parent d73d759d71
commit 30a6402e40
1 changed files with 3 additions and 6 deletions

View File

@ -18,9 +18,6 @@ def random_pythagore(v_min = 1, v_max = 10, nbr_format = lambda x:x):
formated_triplet = [nbr_format(i) for i in triplet]
return formated_triplet
# -----------------------------
# Reglages pour 'vim'
# vim:set autoindent expandtab tabstop=4 shiftwidth=4: