PEP
This commit is contained in:
parent
d73d759d71
commit
30a6402e40
@ -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]
|
formated_triplet = [nbr_format(i) for i in triplet]
|
||||||
return formated_triplet
|
return formated_triplet
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# Reglages pour 'vim'
|
# Reglages pour 'vim'
|
||||||
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
||||||
|
Loading…
Reference in New Issue
Block a user