Waktu sekarang seed python acak

import random
import time
random.seed(time.time())
Tired Tern