#random

Publicado em: 01 Outubro 2024
no canal de: Mastering Technology
71
4

Generate Floating Numbers using a Random Module in Python.

Code:
import random as r

#generates float value b/w 0 and 1
val=r.random()
print(val)

#generates float value within a specific range
val1=r.uniform(5,9)
print(val1)

#using round function to limit two decimal values
val3=round(r.uniform(7,9),2)
print(val3)

#python #uniform #function #random #module #round #limit #decimal #values #shortcut #method #floating #numbers

#like #share #subscribemychannel


Nesta página do site você pode assistir ao vídeo on-line #random duração online em boa qualidade , que foi baixado pelo usuário Mastering Technology 01 Outubro 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 71 vezes e gostou 4 espectadores. Boa visualização!