course_name = input("Enter Course name: ")
output: Whatever user enters is automatically converted to upper case in real time.
course_name = input("Enter Course name: ")
output: Whatever user enters is automatically converted to upper case in real time.