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 #
|
# Fonctions #
|
||||||
#############
|
#############
|
||||||
|
|
||||||
|
import random
|
||||||
|
|
||||||
def try_to_guess(nb_min,nb_max):
|
def try_to_guess(nb_min,nb_max):
|
||||||
"""Choisi un nombre compris entre un min et un max et le renvoie."""
|
"""Choisi un nombre compris entre un min et un max et le renvoie."""
|
||||||
|
|
||||||
|
|
@ -59,8 +61,6 @@ def reply( answer, guess, min, max ):
|
||||||
# Code #
|
# Code #
|
||||||
########
|
########
|
||||||
|
|
||||||
import random
|
|
||||||
|
|
||||||
min = 0
|
min = 0
|
||||||
max = 10
|
max = 10
|
||||||
print("Pense à un nombre entre",min,"et",max)
|
print("Pense à un nombre entre",min,"et",max)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue