As the title says when I try to run my code in vs code with the "run code button" when it contains a function like
def plus(x,y):
return x+y
it doesn't run. However, if I just use for example
print("hello")
it runs smoothly and prints hello as expected. Thanks in advance.