a = 4 b = 7 operation = multiply print(operation(a, b)) in which operation= multiply , can we use it another like substraction | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

a = 4 b = 7 operation = multiply print(operation(a, b)) in which operation= multiply , can we use it another like substraction

Please give me answer

19th Sep 2019, 1:06 PM
Ahmed
Ahmed - avatar
0 Antworten