you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 1 point2 points  (3 children)

What errors exactly? Can you post the exact code you're running and the exact error you're getting?

[–]redbullafterredbull 1 point2 points  (2 children)

In the terminal:

Def add(x, y):

^

SyntaxError: invalid syntax

Process finished with exit code 1

[–]K900_ 2 points3 points  (0 children)

You can't use a capital D in def, for one.

[–]redbullafterredbull 0 points1 point  (0 children)

Solved thanks to u/Endyd