Δημοσιεύτηκε: 24 Μάιος 2009, 12:32
θα ήθελα να μου πει κάποιος την λειτουργία της return
- Κώδικας: Επιλογή όλων
# Below is the function
def hello():
print "hello"
return 1234
# And here is the function being used
print hello()