I'm a really new programmer and I played around with python and on that a function is
def test(test1):
test1 = 1
I know C++ is nothing like this but this is the only type of function I know how to do.
def test(test1):
test1 = 1
|
|
|
Guest_Jordan_*