4184 - Bac Nume: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 January 2024

  • curprev 01:1801:18, 4 January 2024Corjuc Eunice talk contribs 726 bytes +726 Pagină nouă: = Cerința = Scrieți subprogramul <code>FNume</code> cu următorul antet: def FNume(s) = Restricții și precizări = * Numele funcției va fi <code>FNume</code> = Exemplu: = După apelul <code>FNume("David Popovici")</code>, se va afișa <code>Popovici2022</code>. == Rezolvare == <syntaxhighlight lang="python3" line="1"> def FNume(s): # Verificare dacă șirul de intrare nu este gol if not s: return "" # Descompunem numele și prenumele nume, p... Tag: visualeditor