summaryrefslogtreecommitdiff
path: root/wk6/lect
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/lect')
-rw-r--r--wk6/lect/meow.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/wk6/lect/meow.py b/wk6/lect/meow.py
new file mode 100644
index 0000000..1a859a7
--- /dev/null
+++ b/wk6/lect/meow.py
@@ -0,0 +1,6 @@
+for _ in range(3):
+ meow()
+
+
+def meow():
+ print("meow")