(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Thu, 6 Jul 2017 19:14:41 +0000 (21:14 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 6 Jul 2017 19:14:41 +0000 (21:14 +0200)
6-printalltags.py [new file with mode: 0644]

diff --git a/6-printalltags.py b/6-printalltags.py
new file mode 100644 (file)
index 0000000..fe30e83
--- /dev/null
@@ -0,0 +1,3 @@
+               def fetags (list, tag):\r
+                       print("tag: %s" % tag)\r
+               tags.foreach(fetags)
\ No newline at end of file