Exercise 1: Chaining

Write a method to print odd numbers in sorted order.

Problem statement

We have two strings, first_name and last_name. Find the combined length of both strings.

Example

first_name = 'alex'
last_name = 'smith'
result = 9

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy