Focus mode

Python Temel

Comment-Fonksiyon

Fonksiyonlara Açıklama Yazmak


def square(x):
    
    res = x * x
    
    return res


def square(x):
    """
    x'in karesini hesaplar
    """
    return x * x


left-disk

Programs to Accelerate Your Progress in a Software Career

Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!

right-cube

Hackerrank challenge

Comments

You need to enroll in the course to be able to comment!