/```python import time
def hello_your_point(byted): print(byted)
def main_thread(): print(time.time()) time.sleep(1)
main_thread() /```