Computer Science, asked by pal094820, 7 months ago

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 yashikamann97
2

Answer:

this is a tricky question

Answered by nadhoose
4

Answer:

21 21 21 21

23 24 23 24

similarly the integers from 20 to 25 ( excluding 20 and 25 )

Similar questions