Usage of append function to add items to the list.
num = [1, 2, 3, 4, 5]
num.append (6,7)
print(num)
-
Notifications
You must be signed in to change notification settings - Fork 0
Mehak-Seetlani/Append-In-Python
About
Usage of append function to add items to the list.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published