4 lines
79 B
Python
4 lines
79 B
Python
def fucksgiven():
|
|
fucks = 0
|
|
print "Fucks given: " + str(fucks)
|
|
return fucks
|