fork(5) download
import md5
r='r=%r;import md5;print "MD5 sum of my source is: "+md5.new(r%%r).hexdigest()';import md5;print "MD5 sum of my source is: "+md5.new(r%r).hexdigest()
s="""r='r=%r;import md5;print "MD5 sum of my source is: "+md5.new(r%%r).hexdigest()';import md5;print "MD5 sum of my source is: "+md5.new(r%r).hexdigest()"""
print md5.new(s).hexdigest() 
Success #stdin #stdout 0.08s 10864KB
stdin
Standard input is empty
stdout
MD5 sum of my source is: bb74dfc895c13ab991c4336e75865426
bb74dfc895c13ab991c4336e75865426