A return value returns function value.
def Ten_function(x):
return 10 * x
print(Ten_function(3))
print(Ten_function(5))
print(Ten_function(9))
Blogger, Engineer & Entrepreneur
A return value returns function value.
def Ten_function(x):
return 10 * x
print(Ten_function(3))
print(Ten_function(5))
print(Ten_function(9))
Facebook Comments