# Lesson22:List(4)授業練習用 ###### tags: `Python` ## スライド練習1 :::info code: ```python= languages = ["Python", "c++", "Java"] print(languages) languages.extend(["PHP", "TTML"]) print(languages) ``` 結果: ::: ## スライド練習2 :::info code: ```python= languages = ["Python", "c++", "Java"] print(languages) languages.append("PHP") print(languages) languages = ["Python", "c++", "Java"] print(languages) languages.extend("PHP") print(languages) ``` 結果: ::: ## スライド練習3 :::info code: ```python= ``` 結果: ::: ## スライド練習4 :::info code: ```python= ``` 結果: ::: ## スライド練習5 :::info code: ```python= ``` 結果: ::: ## スライド練習6 :::info code: ```python= ``` 結果: ::: ## スライド練習7 :::info code: ```python= ``` 結果: ::: ## スライド練習8 :::info code: ```python= ``` 結果: ::: ## スライド練習9 :::info code: ```python= ``` 結果: ::: ## スライド練習10 :::info code: ```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