Skip to content

Instantly share code, notes, and snippets.

@tiomoreno
Created November 2, 2016 21:02
Show Gist options
  • Save tiomoreno/663ab2701ea1e820695c939783692695 to your computer and use it in GitHub Desktop.
Save tiomoreno/663ab2701ea1e820695c939783692695 to your computer and use it in GitHub Desktop.
I'm not sure
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