systemtap/tests/Regression/python-probing/test.py

4 lines
57 B
Python
Executable File

import random, time
print(random.random())
time.sleep(3)