2 Antworten
+ 7
Doesn't look so difficult.
Do you have your code where you are stuck? Can you attach it here please?
0
KERLEXGOD , This is close to pascal's
print('entrer la valeur de a et b: \n');
a = float(input())
b = float(input())
if a==0:
print('S=R\n')
else:
print(f'Sn {-b/a}\n')
https://www.sololearn.com/compiler-playground/cbvtxqZroMHT