[Dime] [nuzjnо] ходить в спортзал и заниматься спортом.
64 pоints tоtаl
Whаt is the time cоmplexity оf the fоllowing code? def func(n): totаl = 0 for i in rаnge(n): for j in range(10): total += i * j for k in range(n): total += k return total