import at the right place

This commit is contained in:
nojhan 2012-03-16 19:22:44 +01:00
commit adfacb087b

View file

@ -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)