Question 1 Description In the ‘Get Schwifty’ episode of Rick and Morty, a massive alien appears over the Earth interferi

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Question 1 Description In the ‘Get Schwifty’ episode of Rick and Morty, a massive alien appears over the Earth interferi

Post by answerhappygod »

Question 1
Description
In the ‘Get Schwifty’ episode of Rick and Morty, a massive alien
appears over the Earth interfering with its gravity, resulting
in several disasters on the planet. When the alien exclaims, “Show
me what you got”, Rick conveys to the President of the US that the
alien seeks a live performance of a catchy new song. Unfortunately,
all of Earth’s musicians died when a disaster struck except you.
Now, you have written a really catchy song that can save the Earth.
You want to send the song to Rick, so that he can sing it. However,
the ongoing disasters have drastically weakened various
communication channels. You must also write a Python code and use
md5 to ensure that the song that you sent to Rick does not get
corrupted. Complete the following code:
import hashlib #library to use pre-written hash function
def send(message):
print(message)
song = input()
#TODO
send(song)
send(hashed_song.hexdigest())
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply