a= 16
if a<=50 :
  b=15
else :
  b= 10
print(b,"centimes l'unité")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: