How can I make a script that randomly chooses a number between 20 and 30

How can I make a script that randomly chooses a number between 20 and 30 and prints it

print(math.random(20,30))
1 Like