How to Random python within 30s-60s

how to randomly time within 30s?

round.randint (300.60)?

Mar.17,2021

you mean random.randint (30,60) , this is fine.

there is another way to do this

a = 30
b = 60

n = a + random.random() * (b - a)

  

random.randint (30,60)

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38d6a-2c12e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38d6a-2c12e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?