# ex-26. 配列7 配列 `items = [1, 2, 3, 4]` の**末尾**に `5` を追加、表示してください。 ## 実行結果 ```` $ python ex-26.py [1, 2, 3, 4, 5] ```` ## チャレンジ 可能であれば**末尾**に `5` と `6` を追加、表示してください! ```` $ python ex-26.py [1, 2, 3, 4, 5, 6] ```` ###### tags: `Python`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up