Comment ecrire un code pyton d un programme qui permet de saisir un entier aléatoire entre 1 et 10 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Comment ecrire un code pyton d un programme qui permet de saisir un entier aléatoire entre 1 et 10

14th Oct 2020, 5:35 PM
Ranim Pas Plus
Ranim Pas Plus - avatar
14 Answers
+ 1
import random n = random.randint(0,11) print(n)
14th Oct 2020, 6:50 PM
HBhZ_C
HBhZ_C - avatar
+ 2
Tu veux dire from random import* Si c 'est ce que tu veux dire ce ligne de code va importer toutes les fonctions de random module
17th Oct 2020, 11:29 AM
HBhZ_C
HBhZ_C - avatar
+ 1
You have to import random then print the output of random.randint(0,11) or may be you can store it in a variable and print it.
14th Oct 2020, 6:27 PM
HBhZ_C
HBhZ_C - avatar
+ 1
C est random une librarie en python qui permette de donner des valeurs arbitraires selon un rang de nombres donné .Tu peux utiliser une for loop pour donner une autre value differente chaque fois. for i in range(5): print(n)
14th Oct 2020, 7:07 PM
HBhZ_C
HBhZ_C - avatar
+ 1
math est une autre librairie avec des fonctions buil-in de mathematic operations comme min max abs cos sin sqrt ....
14th Oct 2020, 7:31 PM
HBhZ_C
HBhZ_C - avatar
+ 1
Tu m'as compris
17th Oct 2020, 11:24 AM
Ranim Pas Plus
Ranim Pas Plus - avatar
+ 1
Oui
17th Oct 2020, 11:30 AM
Ranim Pas Plus
Ranim Pas Plus - avatar
0
Pk on ne peut pas faire avec from math import
14th Oct 2020, 6:58 PM
Ranim Pas Plus
Ranim Pas Plus - avatar
0
Et c quoi radhom
14th Oct 2020, 6:58 PM
Ranim Pas Plus
Ranim Pas Plus - avatar
0
Tu peut me faire le flcode de pyyon
17th Oct 2020, 10:32 AM
Ranim Pas Plus
Ranim Pas Plus - avatar
0
Que veux tu dire par flcode?
17th Oct 2020, 10:43 AM
HBhZ_C
HBhZ_C - avatar
0
Nn c est un code de pyton
17th Oct 2020, 11:23 AM
Ranim Pas Plus
Ranim Pas Plus - avatar
0
Comme from math import* Print
17th Oct 2020, 11:24 AM
Ranim Pas Plus
Ranim Pas Plus - avatar
- 1
Tu peut l ecrir en pyton
14th Oct 2020, 6:43 PM
Ranim Pas Plus
Ranim Pas Plus - avatar