1 개요[ | ]
- 파이썬 extend
- extend() 메소드로 구현
2 extend: exted()[ | ]

Python
Copy
fruits = ["Apple", "Banana", "Orange"]
element = fruits.extend(['Tamato','Mango'])
print (element)
print (fruits)
Loading
편집자 에어컨 Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.