You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# name = input("Enter the name of the college : ")
8
+
# language = input("Enter the language used most in your college : ")
9
+
# fees = int(input("Enter the semester wise fees of your college : "))
10
+
11
+
defgreet(grt):
12
+
print(f"Good morning {grt.your_name}")
13
+
14
+
defgetInfo(info):
15
+
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}")
0 commit comments