Learn String Manipulation by Building a Cipher - Step 12

#alphabet = (‘abcdefghijklmnopqrstuvwxyz’)

print(alphabet) # Tell us what’s happening:

itsa telling me i have to assign string to alphabet### Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 12

Welcome to the forum @icecatuk

Please remove the print call, then remove the round braces around the string.

If you have any problems, please post your full code.

Use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.