5 lines
76 B
Python
5 lines
76 B
Python
|
heads = people
|
||
|
shoulders = people * 2
|
||
|
knees = people * 2
|
||
|
toes = people * 10
|