+ 1
i have this code and is tellling me time limit exceeded, how can I fix it?
n = -1 num = 3 while n <= 0: i = 2 min = num max = num while i <= n: print ("numero", i) if num > max: max = num else: min = num
2 Réponses
0
How can I fix that?
0
Ask an amount n of salaries and tell what’s the maximum and minimum value