We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc8667 commit 2b0e978Copy full SHA for 2b0e978
Resume Builder/resume_builder.py
@@ -15,7 +15,7 @@ def clear_screen():
15
"skills": [],
16
"projects": [],
17
"certifications": [],
18
- "achievements": []
+ "achievements": [],
19
"internships":[]
20
21
}
@@ -277,7 +277,7 @@ def interactive_menu():
277
add_skills()
278
elif choice == 5:
279
add_projects()
280
- elif choice == 6:
+ elif choice == 6:
281
add_internships()
282
elif choice == 7:
283
add_certifications()
0 commit comments