Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qu'affiche ce code ?
import random as rdx=rd.random()+2x=int(x)print(x)
import random as rd
x=rd.random()+2
x=int(x)
print(x)
Un nombre int aléatoire entre 2 et 3
2
2.0
Un nombre float aléatoire entre 2 et 3
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!