-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Caesar cipher.py #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution
It will be better if you add some documentation or some comments to the code, so that it will be easier to others to understand the code.
yes sir I will do it. Will I need to raise a new pull request after making the changes? |
Made the changes requested. can you please review. |
Don't call me sir, please |
No more pull request is needed this is fine now |
Thank you!
…On Fri, Oct 8, 2021 at 8:46 PM its_Kumar ***@***.***> wrote:
Merged #5 <#5> into main.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQOCBCBWIXEGH7OVJYKDUULUF4DNZANCNFSM5FLK3GTQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
A secret message needs to be sent. Here we encrypt the message using Caesar cipher.