Write a Python command to display your school name, class and section, separated by "-".
print("Kendriya Vidyalaya", "11", "A", sep = "-")
Kendriya Vidyalaya-11-A