import String; import Crypto.MD5; int main(){ write( string2hex( hash( "The quick brown fox jumped over the lazy dog's back" ) ) + "\n" ); }