|
|
back to boardHow to fix the Compilation Error ? I wrote the code in python as below x = input().split(' ') a = int(x[0]) b = int(x[1]) sum = a + b print(sum) But it shows compilation error and I don't know what causes it and how to fix it. Re: How to fix the Compilation Error ? Posted by Arno 10 Aug 2018 16:28 mb you were wrong when you selected the language? Re: How to fix the Compilation Error ? Posted by Arno 10 Aug 2018 16:29 yeah, check, u selected FreePascal 2.6 |
|
|