import math
import random
print math.ceil(random.random())
gives output as 1.0.
Answer:
Output: 1
So, the given statement is true.
True or False Questions (1 mark each)
Last updated at April 16, 2024 by Teachoo
Answer:
Output: 1
So, the given statement is true.