Build a Caesar Cipher - Step 4

Please refer to this thread

Also, check the console:

// running tests
1. You should assign the concatenation of alphabet[shift:] and the missing first portion of alphabet to the shifted_alphabet variable. 

***Use shift to specify where to stop the slicing.***

// tests completed
// console output
1 Like