-----Please generate a random float where the value is between 10 and 100 using Python math module. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

-----Please generate a random float where the value is between 10 and 100 using Python math module.

30th Apr 2019, 1:13 AM
Yubraj Jung Thapa
Yubraj Jung Thapa - avatar
2 Réponses
+ 3
Coding challenge or coding homework? 🤨
30th Apr 2019, 2:59 AM
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 - avatar
+ 1
import random var1 = random.uniform(100,10) https://docs.python.org/3/library/random.html
30th Apr 2019, 1:30 AM
Gordon
Gordon - avatar