Introduction

I can not figure this out please someone help

Two things:

  1. What exercise are you on?
  2. What code have you got so far that we can help with?

Please post a link to the exercise, and post your code, both HTML and CSS. Thank you.

pyg = ‘ay’

original = raw_input(‘Enter a word:’)

if len(original) > 0 and original.isalpha():
print original
else:
print ‘empty’
word= “”.lower()
first = "b "[0]
new_word = word, first, pyg

The error says It looks like new_word contains “ello” instead of “ellohay”!

Just to let you know this is python