Skip to content

Mehak-Seetlani/Append-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Append-In-Python

Usage of append function to add items to the list.
num = [1, 2, 3, 4, 5] num.append (6,7) print(num)

About

Usage of append function to add items to the list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published