Created
November 2, 2016 21:02
-
-
Save tiomoreno/663ab2701ea1e820695c939783692695 to your computer and use it in GitHub Desktop.
I'm not sure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
if os.fork(): | |
print "Entrando no bloco if" | |
else: | |
print "Entrando no bloco else" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment