List
methods
§
append(value) – appends
a new element to the end of the list.
list=[10,20,30]
# Append values 40, 50, and 60 to the list
list.append(40)
list.append(50)
list.append(60)
print(list)
Output:
[10, 20, 30, 40,...
Java Tutorial or Learn Java or Core Java Tutorial or Java Programming python programming python tutorial angular tutorial datastruture Tutorials for beginners and professionals with core concepts and examples covers the basics and fundamentals of java technology