why is it not working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 4
You forgot to assign input to a variable and you don't call tu()
21st Oct 2021, 10:36 AM
Lisa
Lisa - avatar