Consider the following code:
import random
print(int(20+random.random()*5),end=" ")
print(int(20+random.random()*5),end=" ")
print(int(20+random.random()*5),end=" ")
print(int(20+random.random()*5))
Answers
Answered by
2
Answer:
this is a tricky question
Answered by
4
Answer:
21 21 21 21
23 24 23 24
similarly the integers from 20 to 25 ( excluding 20 and 25 )
Similar questions
Math,
3 months ago
Computer Science,
7 months ago
Social Sciences,
7 months ago
Environmental Sciences,
11 months ago