X-Git-Url: https://git.cweiske.de/paste/456.git/blobdiff_plain/4ffe2835ff0bb834b50210f21a72b4c230941e95..b04d50ab9535eef35dd7f58d5fb5ad5c02fb86f6:/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