Learn
PygLatin
Pop Quiz!
When you finish one part of your program, it’s important to test it multiple times, using a variety of inputs.
Instructions
1.
Take some time to test your current code. Try some inputs that should pass and some that should fail. Enter some strings that contain non-alphabetical characters and an empty string.
When you’re convinced your code is ready to go, click Next to move forward!