# name = input("Enter the name of the college : ")
# language = input("Enter the language used most in your college : ")
# fees = int(input("Enter the semester wise fees of your college : "))
defgreet(grt):
print(f"Good morning {grt.your_name}")
defgetInfo(info):
print(f"The Name if the college is {info.college_name}.The Enviormental language in the college is {info.language} and The semester wise fees of the college is {info.fees}")