Version française / English version
Ailleurs sur le Web : LinkedIn, Google Scholar, Généalogie Mathématique, Math Stack Exchange.
Contact : julien.giol arobase gmail.com.
Enseignement :
Promotion pour PreTeXt : une entrevue sur le site d'eductive.
Promotion pour SageMathCell :
xxxxxxxxxx
# entrées :
a = 2589
b = 234
# instructions :
while b != 0:
a, b = b, a % b
# sortie :
print(a)
Citations :