0

I can't run this codes in my PC.. Whenever I run it give me invalid syntax error... I need help😩

27th Jan 2019, 1:23 PM
Vincent Ronoh
Vincent Ronoh - avatar
5 odpowiedzi
+ 3
There is no issue with the code. Maybe it's just an indentation issue. Recheck the code in your pc.
27th Jan 2019, 2:02 PM
Lambda_Driver
Lambda_Driver - avatar
+ 2
Can you post the link to the code?
27th Jan 2019, 1:39 PM
Lambda_Driver
Lambda_Driver - avatar
+ 2
Ok, can you post a link to your code from your phone using the code playground in SL so we can see the code you are having issues with?
27th Jan 2019, 1:44 PM
Lambda_Driver
Lambda_Driver - avatar
0
I'm running my codes using laptop.. So what I'm doing is copy from my phone to laptop...
27th Jan 2019, 1:42 PM
Vincent Ronoh
Vincent Ronoh - avatar
0
def multiply(x, y): return x * y a = 4 b = 7 operation = multiply print(operation(a, b))
27th Jan 2019, 1:48 PM
Vincent Ronoh
Vincent Ronoh - avatar