A critical evaluation point for any coding bootcamp is its timeliness. The 2020 version of this course was updated to include:
my_list = [1, 2, 3, 4, 5] my_list.append(6) print(my_list) # Output: [1, 2, 3, 4, 5, 6]