python生成随机数

在Python中,你可以使用内置的`random`模块来生成随机数。以下是一些基本的示例:**生成随机整数**:```pythonimport randomrandom_intege