Bertrand Benjamin
cd31d3293c
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
57 B
Python
6 lines
57 B
Python
a = 1
|
|
cpt = 1
|
|
while cpt < 8:
|
|
a = 2*a
|
|
cpt = cpt+1
|