0

why is it not working?

= int(input()) def tu(x): s = (x**x , x*4) a , p = s print(a,p)

21st Oct 2021, 10:34 AM
Tarun
1 ответ
+ 4
You forgot to assign input to a variable and you don't call tu()
21st Oct 2021, 10:36 AM
Lisa
Lisa - avatar