Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Hitul

    JavaScript Help calling a function

    # Define a function def my_function(x, y): return x + y # Call the function with two arguments result = my_function(3, 4) # Print the result print(result)
Back
Top Bottom