Ghost的博客

Logo

Ghost's Home Page

About Me

1 November 2019 - 字数统计:330 - 阅读大约需要1分钟 - Hits: Loading...

Ghost应聘失败(Python版)

by mayx


这是一篇创建于 1898 天前的文章,其中的信息可能已经有所发展或是发生改变。


既然最近学了Python,那就去应聘一下Python程序员吧XD

上次去面试运维失败了,这次不能这么丢人了。
然后那个面试官居然又让我写排序的程序23333

Ghost想了想,写出了以下代码:

a=[1,2,3,5,4,9,10,8,5]
import threading
import time
def counting(i):
    time.sleep(i)
    print(i)
for i in a:
        threading.Thread(target=counting,args=(i,)).start()

执行效果:

1
2
3
4
5
5
8
9
10

然后,Ghost被赶出来了……
我写的代码明明可以执行,效果也没问题,居然赶我出来,这一定是个垃圾公司!
后来才知道,他们又想让我回答sort(),怕是同一家公司(笑)

tags: 应聘 - Python - 面向时间

Gitalking ...

召唤伊斯特瓦尔
返回顶部