5 lines
61 B
Python
5 lines
61 B
Python
|
def fucksgiven():
|
||
|
fucks = 0
|
||
|
print str(fucks)
|
||
|
return fucks
|