Question: Coding assessment input data example This is an example document showing the format of the input data for the coding assessment exercise.Coding Exercise: Decoding a
Coding assessment input data example
This is an example document showing the format of the input data for the coding assessment
exercise.Coding Exercise: Decoding a Secret Message
want.
Problem
uppercase letters, which is the secret message.
The document specifies the Unicode characters in the grid, along with the x and coordinates of each character.
The minimum possible value of these coordinates is There is no maximum possible value, so the grid can be arbitrarily large.
Any positions in the grid that do not have a specified character should be filled with a space character.
You can assume the document will always have the same format as the example document linked above.
For example, the simplified example document linked above draws out the letter :
Specifications
Your code must be written in Python preferred or JavaScript.
You may use external libraries.
You may write helper functions, but there should be one function that:
Takes in one argument, which is a string containing the URL for the Google Doc with the input data, AND
When called, prints the grid of characters specified by the input data, displaying a graphic of correctly oriented uppercase letters.
Please submit the complete code for your function:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
