Skip to content

Latest commit

 

History

History

find-the-position

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  • Completed at: 2023-06-06T00:21:37.248Z

  • Completed languages: python

  • Tags: Fundamentals

  • Rank: 8 kyu

Description

When provided with a letter, return its position in the alphabet.

Input :: "a"

Output :: "Position of alphabet: 1"

Note: Only lowercased English letters are tested