This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/05-Other/variable/my1.py
2020-12-15 19:58:08 +08:00

11 lines
201 B
Python

import os
import radom
import time
USER = os.getlogin()
RANDOM_INT = random.randint(1,10)
CURRENT_TIME = time.asctime()
if time.localtime()[3] > 12:
AFTERNOON = True
else
AFTERNOON = False