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