Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#first run it in the local compiler or online compiler and check the output #after that start solving. Do not give to chatGPT or bard

#first run it in the local compiler or online compiler and check the output
#after that start solving. Do not give to chatGPT or bard to run it. Please run it.
#Run this in the compile and check the output.
str_= "abcdefghijklmnopqrstuvwxyz1" #lets assume "a" as 1 and "b" as 2 and so on..
str_1=".,!@ &" #contiunation from above. Even conside the space "".
arr =[9,6,33,25,15,21,33,14,5,5,4,33,21,16,22,15,20,5,19,33,13,1,9,12,33,20,15,33,2,5,20,20,5,18,3,1,12,12,19,1,21,12,28,27,13,31,7,13,1,9,12,28,3,15,13,33,34,33,14,15,23,33,16,12,5,1,19,5,33,19,11,9,16,33,20,8,9,19,33,17,21,5,19,20,9,15,14,33,1,14,4,33,4,15,33,14,15,20,33,19,15,12,22,5,33,9,20,33,16,12,5,1,19,5,33,4,15,33,14,15,20,33,19,15,12,22,5,33,9,20,28,33,12,5,20,33,9,20,33,18,5,1,3,8,33,15,20,8,5,18,19,30,28,33,6,33,25,15,21,33,19,15,12,22,5,33,20,8,9,19,33,17,21,5,19,20,9,15,14,29,33,21,18,33,7,15,14,14,1,33,18,5,7,18,5,20,33,9,20,28]
combined_str = str_+ str_1
decoded_message =''.join([combined_str[num-1] for num in arr])
print(decoded_message)
# in the arr 9-> i; 6->f ; 33->"". similarly do like this for all#first run it in the local compiler or online compiler and check the output
#after that start solving. Do not give to chatGPT or bard to run it. Please
run it.
#Run this in the compile and check the output.
str_= "abcdefghijklmnopqrstuvwxyz1" #lets assume "a" as|1 and "b" as 2 and
so on..
str_1=".,!@ &" #contiunation from above. Even conside the space "".
,33,13,1,9,12,33,20,15,33,2,5,20,20,5,18,3,1,12,12,
19,1,21,12,28,27,13,31,7,13,1,9,12,28,3,15,13,33,34,
33,14,15,23,33,16,12,5,1,19,5,33,19,11,9,16,33,20,8,
9,19,33,17,21,5,19,20,9,15,14,33,1,14,4,33,4,15,33,
14,15,20,33,19,15,12,22,5,33,9,20,33,16,12,5,1,19,5,
33,4,15,33,14,15,20,33,19,15,12,22,5,33,9,20,28,33,12
,5,20,33,9,20,33,18,5,1,3,8,33,15,20,8,5,18,19,30,
28,33,6,33,25,15,21,33,19,15,12,22,5,33,20,8,9,19,33,
17,21,5,19,20,9,15,14,29,33,21,18,33,7,15,14,14,1,33,
18,5,7,18,5,20,33,9,20,28
combined_str = str_+ str_1
decoded_message =''.join([combined_str[num-1] for num in arr])
print(decoded_message)
# in the arr 9-> i; 6->f ; 33->"". similarly do like this for all
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago