Job 0 (An Example Job for Odyssey Network)


Hello Developer,


For this job you must write some code in python to compute the url content code for Odyssey.

To compute the code first hash (SHA256) the url's contents (stringyfied html, i.e. the return of a curl request) and then sum up the hash in decimal (each char is a 0-15 decimal number, compute the total of the 40 chars).

Lastly, make the website as a commandline argument for the script and only use these libraries: os, hashlib, and sys


Thanks,

Willie