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