Syntax:
import random
random.randint(a,b)
Code:
import random
print(random.randint(100,500))
Output:
Execute and get the output.
More Python Programs:
Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...