fork download
  1. import md5
  2. r='r=%r;import md5;b=md5.new(r%%r);print "MD5 sum of my source is: "+b.hexdigest()';import md5;b=md5.new(r%r);print "MD5 sum of my source is: "+b.hexdigest()
  3. s="""r='r=%r;import md5;b=md5.new(r%%r);print "MD5 sum of my source is: "+b.hexdigest()';import md5;b=md5.new(r%r);print "MD5 sum of my source is: "+b.hexdigest()"""
  4. print md5.new(s).hexdigest()
Success #stdin #stdout 0.09s 10832KB
stdin
Standard input is empty
stdout
MD5 sum of my source is: 9d23ea86288a948ddaffeac9ba0612c1
9d23ea86288a948ddaffeac9ba0612c1