#!/usr/bin/env python import random random.seed(0) print "Random number with seed 0 : ", random.random() # It will generate same random ...
確定! 回上一頁