← back to unit
Easy
# intro
Measure the Spell's Power
A young wizard is casting a spell, and the spell's power comes from how many letters are in its magic word! ✨
You're given a word. Print the number of letters in it.
For example, abra → print 4.
💡 need a hint?
intro-letter-count.py🔒 given lines are locked — write your code in between
loading...