#def hggyhg():
    #heh = input()
def funkcja(a, b=100):
    c = a*b
    return c
wartosc = funkcja(10)
print(wartosc)