吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 692|回复: 0
收起左侧

[讨论] python--自用复习

[复制链接]
Linmc03 发表于 2020-7-23 09:26
本帖最后由 Linmc03 于 2020-7-23 16:02 编辑



#-*- coding:UTF-8 -*-
############################
##      复制文件至目标文件夹         ##
############################

import shutil
import os

file=
'./test.py'                  # file which needs to be copied
target='./countContactNum'        # target folder
shutil.copy(file,target)




##################################
####    分类两个list中重复/不同元素      ####
##################################
#for examplelist1=[1,2,3
list2=[2,3,6,8
r=[]  # relative to list1, repeated items
l=[]  # relative to list1, lost items
n=[]  # relative to list1, new items
r=[x for x in list1 if x in
l=[y for y in list1 if y not in
n=[z for z in list2 if z not in


发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 14:55

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表