Give and get back some - sharing it all,
Path we know best - we're having a ball
Give and get zeros, give and get ones
Given to you but not you to us.
Opulent mission lost in our passion -
You can still choose if you don't swim to win - you'll never lose!
def year_count():
year=raw_input('Year: ')
if len(year)==4:
# Возвращает год (а почему не int(year) ?)
return int(year[0])+int(year[1])+int(year[2])+int(year[3])
else:
year_count()
# Возвращает None