From b04d50ab9535eef35dd7f58d5fb5ad5c02fb86f6 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 6 Jul 2017 21:14:41 +0200 Subject: [PATCH] --- 6-printalltags.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 6-printalltags.py diff --git a/6-printalltags.py b/6-printalltags.py new file mode 100644 index 0000000..fe30e83 --- /dev/null +++ b/6-printalltags.py @@ -0,0 +1,3 @@ + def fetags (list, tag): + print("tag: %s" % tag) + tags.foreach(fetags) \ No newline at end of file -- 2.30.2