zjfz-2019-s402281/intro/Task102.py
2020-01-12 13:42:15 +01:00

10 lines
123 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
"""Task 102"""
def add_three_numbers(a, b, c):
return a + b + c