摘要:
Buying Clothes 一、词汇预习: I was looking 我正在看 newest 最新的 popular 流行的,受欢迎的 styles 风格,款式 try them on 试穿 fit 适合 look 外观 material 材料,材质 zipper 拉链 in the back 阅读全文
posted @ 2020-05-12 22:51
逝水无痕L
阅读(253)
评论(0)
推荐(0)
摘要:
list_test=[1,2,3,4]name='JC'def change_list(): list_test [0]='JC' name ='jc' print('函数里面的列表',list_test ,name )change_list()print('函数外面的',list_test ,na 阅读全文
posted @ 2020-05-12 00:57
逝水无痕L
阅读(1392)
评论(0)
推荐(0)
摘要:
首先自定义一个函数,以后只要调用这个函数,就能返回年月日和调用的时间def logger(): #返回年月日和调用的时间 import time time_format='%Y-%m-%d %X ' time_current= time.strftime(time_format ) return t 阅读全文
posted @ 2020-05-12 00:03
逝水无痕L
阅读(1728)
评论(0)
推荐(1)

浙公网安备 33010602011771号