zjfz-2019-s402281/intro/Task102.py

9 lines
170 B
Python
Raw Normal View History

2020-01-12 13:11:00 +01:00
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""Rozwiązanie zadania 102."""
def add_three_numbers(abc, bcd, cde):
"""komentarz bo musi byc."""
return abc+bcd+cde