why this code is not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
25th May 2020, 7:52 AM
Somil Khandelwal
3 Answers
0
Somil Khandelwal , looks like you are giving wrong input. Try following inputs: 1. aaAA9 2. ccBV1 gfSS2 basically input should be 2 lower case letter, two uppercase letter and 1 digit.
25th May 2020, 8:33 AM
$ยข๐Žโ‚น๐”ญ!๐จ๐“
$ยข๐Žโ‚น๐”ญ!๐จ๐“ - avatar
0
why i don't get any output
26th May 2020, 7:40 AM
Somil Khandelwal
0
You are a secret agent, and you receive an encrypted message that needs to be decoded. The code that is being used flips the message backwards and inserts non-alphabetic characters in the message to make it hard to decipher. Task: Create a program that will take the encoded message, flip it around, remove any characters that are not a letter or a space, and output the hidden message. Input Format: A string of characters that represent the encoded message. Output Format: A string of character that represent the intended secret message. Sample Input: d89%l++5r19o7W *o=l645le9H Sample Output: Hello World
26th May 2020, 7:43 AM
Somil Khandelwal