Coin Flip is the third Ethernaut challenge, and it involves having to guess a “random” coin flip correctly 10 times in a row. This might seem impossible (or improbable), but we’ll learn that being random in a public blockchain is harder than it sounds. As always, you can find the full source code for this challenge below on Github. https://github.com/imam-abbudi/ethernaut-web3py-solutions/tree/main/coinflip You’re going to want to download the challenge’s source code locally for this one, kee...