We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f4d9d commit 206f04fCopy full SHA for 206f04f
HelloWorld.ipynb
@@ -698,11 +698,31 @@
698
},
699
{
700
"cell_type": "code",
701
- "execution_count": null,
+ "execution_count": 73,
702
"metadata": {},
703
"outputs": [],
704
"source": [
705
- "seq=[1,2,3,4,]"
+ "seq=[1,2,3,4,5]"
706
+ ]
707
+ },
708
+ {
709
+ "cell_type": "code",
710
+ "execution_count": 74,
711
+ "metadata": {},
712
+ "outputs": [
713
714
+ "data": {
715
+ "text/plain": [
716
+ "[1, 8, 27, 64, 125]"
717
718
719
720
721
+ "output_type": "execute_result"
722
+ }
723
+ ],
724
+ "source": [
725
+ "list(map(times3,seq))"
726
]
727
}
728
],
0 commit comments