Untitled
unknown
plain_text
2 years ago
451 B
7
Indexable
def print_pesel(pesel):
pesel2 =
# Use a breakpoint in the code line below to debug your script.
print(f'Pesel: {pesel2}') # Press Ctrl+F8 to toggle the breakpoint.
#****************************************
# nazwa funkcji: print_pesel
# opis funkcji: Pokazuje pesel
# parametry: pesel
# zwracany typ i opis: zwraca pesel
#****************************************
if __name__ == '__main__':
print_pesel("")
Editor is loading...
Leave a Comment