03 2022 档案

摘要:# _*_ coding: utf-8 _*_ # auther = 林深见鹿,海蓝见鲸 import subprocess import datetime def time_stamp(): now_time = datetime.datetime.now() print(now_time) de 阅读全文
posted @ 2022-03-11 20:16 林深见鹿,海蓝见鲸 阅读(66) 评论(0) 推荐(0)
摘要:# -*- coding:utf-8 -*- # auther = 林深见鹿,海蓝见鲸 ''' dict = {"Bob":["class1"],"Alex":"class2","Gob":"class3","Joe":"class4"} dict['jiao'] = "class5" print( 阅读全文
posted @ 2022-03-09 21:19 林深见鹿,海蓝见鲸 阅读(103) 评论(0) 推荐(0)