PYTHON DERS 15: FONKSİYONLAR (METOTLAR)
def my_function(): # fonksiyonlar icin def kullanilir print "hello" my_function() #fonksiyonu calistirdigimiz satir print("-------------------------") def my_function_with_arguments(username,greeting): print "hello %s, From My... Devamı İçin Tıkla