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

4 lines
57 B
Python
Raw Normal View History

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