```python import random while True: random_number = random.randint(1, 100) print(random_number) ``` [2024-05-24 08:53:54 | AI写代码神器 | 38点数解答]