-6
You have to put two points when declaring function, like this:
def derivadas(temps, A):
1
You have to put two points when declaring function, like this:
def derivadas(temps, A):
0
Defining a Function:
You can define functions to provide the required functionality,
here are simple rules for defining a function in Python.
Example of the correct syntax:
def minhaFunção( params ):
Browser other questions tagged python
You are not signed in. Login or sign up in order to post.
missing the two points in the function declaration.
– Caio de Paula Silva
Please click on [Edit] and put the code as text. Putting it as an image is not ideal, understand the reasons reading the FAQ.
– hkotsubo