Skip to content

added submission for mcm2018 #10

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added submission for mcm2018 #10

wants to merge 1 commit into from

Conversation

skleung
Copy link
Contributor

@skleung skleung commented Oct 13, 2015

No description provided.

# Formats all text to upper case and only alpha characters
to_encrypt = ""
for ch in text:
if(ch.isalpha()):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parentheses aren't necessary in Python!

if ch.isalpha():
  to_encrypt += ch

would be sufficient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant