Skip to content

Commit cb17f71

Browse files
committed
brushing up python lists
1 parent 17ebdee commit cb17f71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

code-files/.idea/workspace.xml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code-files/_lists_play.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mylist = []
88
for i in range(0, 1000):
99
mylist.append(2*i+1)
10-
print mylist
10+
print "The list contains %s items " % mylist
1111

1212
#exponenting in lists
1313
print pow(9,4)

0 commit comments

Comments
 (0)