+ 1
Summation inputs
How do I get this code to add the values of inputs instead of just printing them next to each other? This is what I have now: from functools import reduce from math import gamma import math as m n=input(["","","",""]) print(m.gamma(int(reduce(lambda x,y: x+y, n))))
2 Antworten
+ 1
ok!
+ 1
thx