-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
new-courseAddition of New Course into the DatabaseAddition of New Course into the Database
Description
Thanks for showing interest to improve CGPA Calcualtor
Please fill the following data beside the titles and also fill the code snippet below with the same data
An example has been given down below
Course Title - Introduction to MEMS
Course Code - BITS
Course ID - F415
Course Credits - 4
{
'courseCode': 'BITS',
'courseID': 'F415',
'courseTitle': 'Introduction to MEMS',
'courseCredits': '4',
}
Course Title - Natural Language Processing
Course Code - CS
Course ID - F429
Course Credits - 3
{
'courseCode': 'Natural Language Processing',
'courseID': 'CS',
'courseTitle': 'F429',
'courseCredits': '3',
}
Metadata
Metadata
Assignees
Labels
new-courseAddition of New Course into the DatabaseAddition of New Course into the Database