Create empty set in one instruction from disassembly

前端 未结 0 1044
情话喂你
情话喂你 2020-12-25 08:14

In Python, there are a few ways to create an empty set...

There is the pythonic way:

def f():
    return set()
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题