Strings Homework
Strings Homework using Code Runner
Homework
Requirements:
- Include three strings of varying lengths
- Find the length of each string and print them
- Find the first and last character of each string and print them
- Concatenate all three strings into a sentence and print the result
%%js
// Your code here:
<IPython.core.display.Javascript object>