I am pretty new to Python and wanted to create some code which hashed together two strings. In particular for my case I wanted to hash the hash of a file and a Bitcoins Blocks hash. The code bellow obviously doesn't work as sha256() takes only one argument. Do you guys know anyway around this? I am pretty new to Python and wanted to create