{"id":21,"date":"2026-03-10T22:10:00","date_gmt":"2026-03-10T22:10:00","guid":{"rendered":"https:\/\/sogesti.dev\/cloud\/?page_id=21"},"modified":"2026-03-10T22:10:00","modified_gmt":"2026-03-10T22:10:00","slug":"python1","status":"publish","type":"page","link":"https:\/\/sogesti.dev\/cloud\/python1\/","title":{"rendered":"python1"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Calcul des int\u00e9r\u00eats d'un pr\u00eat\n\n# Entr\u00e9e de l'utilisateur\nmontant = float(input(\"Montant du pr\u00eat (\u20ac) : \"))\ntaux = float(input(\"Taux d'int\u00e9r\u00eat (%) : \"))\nduree_jours = int(input(\"Dur\u00e9e du pr\u00eat (jours) : \"))\n\n# Calcul des int\u00e9r\u00eats\ninterets = montant * (taux \/ 100)  # si le taux est pour toute la p\u00e9riode\n# Si le taux est annuel, utiliser : interets = montant * (taux \/ 100) * (duree_jours \/ 365)\n\n# Affichage du r\u00e9sultat\nprint(f\"Int\u00e9r\u00eats \u00e0 payer pour {duree_jours} jours : {interets:.2f} \u20ac\")<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/comments?post=21"}],"version-history":[{"count":1,"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/pages\/21\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/sogesti.dev\/cloud\/wp-json\/wp\/v2\/media?parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}