|  | 
|  | 
| вернуться в форум | How to fix the Compilation Error ? I wrote the code in python as belowx = 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 ? Послано Arno  10 авг 2018 16:28mb you were wrong when you selected the language?Re: How to fix the Compilation Error ? Послано Arno  10 авг 2018 16:29yeah, check, u selected FreePascal 2.6 | 
 | 
|