0

What will this do if i run it?

import os while True: os.fork()

29th Sep 2016, 2:06 PM
1-up Man
1-up Man - avatar
2 Answers
+ 2
AttributeError: module 'os' has no attribute 'fork'
29th Sep 2016, 2:55 PM
Andrew Williams
Andrew Williams - avatar
0
As Caroline said, is has no attribute.
29th Sep 2016, 8:08 PM
Andrew Wheatley
Andrew Wheatley - avatar