runfile('C:/Users/Studente/Downloads/65/test.py', wdir='C:/Users/Studente/Downloads/65')
a,b,c,d = [4,5,6,7]
a
b
c
d
a,b,c,d = (4,5,6,7)
a
b
c
d
a,*b = (4,5,6,7)
a
b
a,b,*c = (4,5,6,7)
a
b
c
import random
random.randint(1,10)
for i in [1,2,3,4]:
    i = 5
runfile('C:/Users/Studente/Downloads/42/test.py', wdir='C:/Users/Studente/Downloads/42')
runfile('C:/Users/Studente/Downloads/42/program.py', wdir='C:/Users/Studente/Downloads/42')
runfile('C:/Users/Studente/Downloads/42/program.py', wdir='C:/Users/Studente/Downloads/42')
runfile('C:/Users/Studente/Downloads/42/test.py', wdir='C:/Users/Studente/Downloads/42')
runfile('C:/Users/Studente/Downloads/permuta.py', wdir='C:/Users/Studente/Downloads')
permuta([1,2,3,4,5,6])
len(_)
random.randint(1,20)
runfile('C:/Users/Studente/Downloads/76/program.py', wdir='C:/Users/Studente/Downloads/76')
runfile('C:/Users/Studente/Downloads/76/test.py', wdir='C:/Users/Studente/Downloads/76')
random.randint(1,20)
runfile('C:/Users/Studente/Downloads/7/test.py', wdir='C:/Users/Studente/Downloads/7')
%hist -f 20211201-histMZ.txt
