Python 数字Number choice() 方法 Python 数字Number sqrt() 方法 Python 数字Number randrange() 方法 Python 数字Number choice() 方法 #!/usr/bin/python import random print "choice([1, 2, 3, 5, 9]) : ", random.choice([1, 2, 3, 5, 9]) print "choice('A String') : ", random.choice('A String') Python 数字Number sqrt() 方法 Python 数字Number randrange() 方法