import at the right place
This commit is contained in:
parent
94f4698b78
commit
adfacb087b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,6 +9,8 @@
|
|||
# Fonctions #
|
||||
#############
|
||||
|
||||
import random
|
||||
|
||||
def try_to_guess(nb_min,nb_max):
|
||||
"""Choisi un nombre compris entre un min et un max et le renvoie."""
|
||||
|
||||
|
|
@ -59,8 +61,6 @@ def reply( answer, guess, min, max ):
|
|||
# Code #
|
||||
########
|
||||
|
||||
import random
|
||||
|
||||
min = 0
|
||||
max = 10
|
||||
print("Pense à un nombre entre",min,"et",max)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue