ما هى مهمة ذلك الكود
ما هى مهمة return
الدرس الأثصلى من هنااا http://www.ibiblio.org/obp/thinkCSpy/chap05.html
كود PHP:
import math
def area(radius):
temp = math.pi * radius**2
return temp
الدرس الأثصلى من هنااا http://www.ibiblio.org/obp/thinkCSpy/chap05.html
تعليق