why is it not working? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 4
You forgot to assign input to a variable and you don't call tu()
21st Oct 2021, 10:36 AM
Lisa
Lisa - avatar