So I was watching a lecture and the professor used this code as an example. I know Pixel has hardware throttling but would this work on a phone without that feature?
from string import digits
for i in digits:
for j in digits:
for k in digits:
for l in digits:
for m in digits:
for n in digits:
print (i, j, k, l, m, n)