#Write  a program in python to declare the name of this programming language and calculate length of this name.

prog_lang = 'Python'

print(len(prog_lang))