+ 1
Python function
How do you make a function game?
2 odpowiedzi
+ 1
wow a function?
0
function game?? or function in game?
if you just want to make a function the syntax is,
def my_funct(arguments):
#some code
return value(optional)
How do you make a function game?