Problem 42370. The Python Challenge, Level 1: Decode strings
This problem is based on Level 1 of The Python Challenge, which is just a series of puzzles created by Nadav Samet to help folks have fun while learning the Python programming language. Obviously, this Cody problem is for MATLAB, but feel free to think about how you might solve the problem in other languages!
Your task is to decode an input string using the following hints:
- K --> M
- O --> Q
- E --> G
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2516 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1294 Solvers
-
Find the largest value in the 3D matrix
1642 Solvers
-
Given a matrix, return the last eigen value
231 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
640 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!