Cipher

Report a typo

The string below has an encoded message. To find out what it is, take every fifth character starting with the first letter of the string, put them together, and then reverse that sequence. Spaces are considered symbols here. Don't forget to print what you've got!

Write a program in Python 3
string = "no clouds here to spy on pets"
___

Create a free account to access the full topic