SitePoint
  • Blog
  • Discord
  • Forum
  • Library
  • Login
Join Premium

Python Fundamentals

Close
  1. Middle of a String
  2. Multiples of 3 and 5
  3. Markdown Headers
Python Fundamentals

Coding Assessment

Python Fundamentals

Technical challenges that provide insight into your problem solving abilities.

Estimated Time: 45 minutes

Challenges

  1. Middle of a String

    Write a function to find the character(s) in the middle of the provided string.

  2. Multiples of 3 and 5

    Return the sum of all the multiples of 3 and 5 below a given number.

  3. Markdown Headers

    Write a function that will parse markdown headers written in ATX style and return the appropriate HTML output

What Are Coding Assessments?