hands-on lab

Python: Palindrome

Difficulty: Beginner
Duration: Up to 1 hour
Students: 503
Rating: 3/5
On average, students complete this lab in30m
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

In this lab you're going to test your knowledge of Python to solve a code challenge..

Implement the logic for two functions used to identify palindromes. One checks individual words, the other checks phrases.

Intended Audience

  • Python developers

Prerequisites

  • Familiarity with the Python runtime
  • Familiarity with the Python language syntax

Covered topics

Hands-on Lab UUID

Lab steps

0 of 3 steps completed.Use arrow keys to navigate between steps. Press Enter to go to a step if available.
  1. Web IDE Review
  2. Palindrome
  3. Solutions