File tree Expand file tree Collapse file tree 1 file changed +3
-36
lines changed Expand file tree Collapse file tree 1 file changed +3
-36
lines changed Original file line number Diff line number Diff line change 137137 "execution_count" : null ,
138138 "id" : " 8cabce32" ,
139139 "metadata" : {},
140- "outputs" : [
141- {
142- "data" : {
143- "text/plain" : [
144- " Card(rank=1, suit='spades')"
145- ]
146- },
147- "execution_count" : null ,
148- "metadata" : {},
149- "output_type" : " execute_result"
150- }
151- ],
140+ "outputs" : [],
152141 "source" : [
153142 " #| exec_doc\n " ,
154143 " #| code-fold: false\n " ,
171160 "execution_count" : null ,
172161 "id" : " 45aa3d73" ,
173162 "metadata" : {},
174- "outputs" : [
175- {
176- "data" : {
177- "text/plain" : [
178- " [Card(rank=1, suit='spades')]"
179- ]
180- },
181- "execution_count" : null ,
182- "metadata" : {},
183- "output_type" : " execute_result"
184- }
185- ],
163+ "outputs" : [],
186164 "source" : [
187165 " #| exec_doc\n " ,
188166 " [card for card in hand]"
193171 "execution_count" : null ,
194172 "id" : " 1b8584bd" ,
195173 "metadata" : {},
196- "outputs" : [
197- {
198- "data" : {
199- "text/plain" : [
200- " 0"
201- ]
202- },
203- "execution_count" : null ,
204- "metadata" : {},
205- "output_type" : " execute_result"
206- }
207- ],
174+ "outputs" : [],
208175 "source" : [
209176 " #| exec_doc\n " ,
210177 " hand.discard() # type: ignore\n " ,
You can’t perform that action at this time.
0 commit comments