diff --git a/01/2 - Heads, Shoulders, Knees and Toes.py b/01/2 - Heads, Shoulders, Knees and Toes.py new file mode 100644 index 0000000..c04050a --- /dev/null +++ b/01/2 - Heads, Shoulders, Knees and Toes.py @@ -0,0 +1,4 @@ +heads = people +shoulders = people * 2 +knees = people * 2 +toes = people * 10