0

NotaciĂłn algoritmica

#2. y=(4f+2g-h^7 )mod(f+g)+7m⁄((4h+6)) from math import* f=3 g=8 h=2 m=6 y=(4*f+2*g-h**7)%(f+g)+7*m/((4*h+6)) print(y)

13th Sep 2020, 10:43 PM
Astrid
Astrid - avatar
1 Answer
0
SerĂĄ que me estĂĄ quedando bien, lo que pasa es que lo estoy haciendo en calculadora y me da otro resultado
13th Sep 2020, 10:43 PM
Astrid
Astrid - avatar