44 lines
		
	
	
		
			1005 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1005 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| id: 5e9a093a74c4063ca6f7c166
 | |
| title: Python の関数とコレクション
 | |
| challengeType: 11
 | |
| videoId: NzpU17ZVlUw
 | |
| bilibiliIds:
 | |
|   aid: 675544435
 | |
|   bvid: BV1pU4y1N7JC
 | |
|   cid: 409023833
 | |
| dashedName: python-functions-and-collections
 | |
| ---
 | |
| 
 | |
| # --description--
 | |
| 
 | |
| *動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
 | |
| 
 | |
| その他のリソース:
 | |
| 
 | |
| -   [GitHub のノート](https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes)
 | |
| -   [Google Colab を使用して GitHub からノートを開く方法](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
 | |
| 
 | |
| # --question--
 | |
| 
 | |
| ## --text--
 | |
| 
 | |
| Python のリストとタプルの主な違いは何ですか?
 | |
| 
 | |
| ## --answers--
 | |
| 
 | |
| タプルはイミュータブル (変更不可) である。
 | |
| 
 | |
| ---
 | |
| 
 | |
| リストは順序付けられている。
 | |
| 
 | |
| ---
 | |
| 
 | |
| タプルは順序付けられていない。
 | |
| 
 | |
| ## --video-solution--
 | |
| 
 | |
| 1
 | |
| 
 |