Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 310 Bytes

1.1.py骚操作.md

File metadata and controls

20 lines (19 loc) · 310 Bytes

求counter共有的部分

Counter() & Counter(), 共有的部分

and / & 优先级区别

试问下自己
1 and 4 & 4 = ?
1 or 4 & 4 = ?

组合dict,要求key是string

{**{}, **{}}

要求参数是tuple的

multiprocessing.Pool.apply_async
isinstance(, **)