1. # 注释
    2. import time
    3. print(time.time())
    4. if 10-9 > 0:
    5. print('10大于9')