aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

Atbash Cipher #90

Closed duarte2025 closed 3 years ago

duarte2025 commented 3 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement: The Atbash cipher is an encryption method in which each letter of a word is replaced with its "mirror" letter in the alphabet: A <=> Z; B <=> Y; C <=> X; etc.

Create a function that takes a string and applies the Atbash cipher to it.

Problem Link: https://edabit.com/challenge/MGALfBAXhXqqdFyqo


Before submitting a PR please Check some details.Check Edabit for problem task

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

duarte2025 commented 3 years ago

Can i work on this issue?

ryzbaka commented 3 years ago

I am interested in implementing this function.

sanuj96 commented 3 years ago

Interested