File tree Expand file tree Collapse file tree 2 files changed +450
-5
lines changed Expand file tree Collapse file tree 2 files changed +450
-5
lines changed Original file line number Diff line number Diff line change 140
140
{
141
141
"data" : {
142
142
"text/plain" : [
143
- " Card(rank='6 ', suit='diamonds ')"
143
+ " Card(rank='5 ', suit='hearts ')"
144
144
]
145
145
},
146
146
"execution_count" : 6 ,
202
202
},
203
203
{
204
204
"cell_type" : " code" ,
205
- "execution_count" : 9 ,
205
+ "execution_count" : 10 ,
206
206
"metadata" : {},
207
207
"outputs" : [
208
208
{
265
265
}
266
266
],
267
267
"source" : [
268
- " for card in deck:\n " ,
268
+ " for card in deck: #doctest: +ELLIPSIS \n " ,
269
269
" print(card)"
270
270
]
271
271
},
585
585
],
586
586
"metadata" : {
587
587
"kernelspec" : {
588
- "display_name" : " Python 3" ,
588
+ "display_name" : " Python 3 (ipykernel) " ,
589
589
"language" : " python" ,
590
590
"name" : " python3"
591
591
},
599
599
"name" : " python" ,
600
600
"nbconvert_exporter" : " python" ,
601
601
"pygments_lexer" : " ipython3" ,
602
- "version" : " 3.8.0 "
602
+ "version" : " 3.11.4 "
603
603
}
604
604
},
605
605
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments