Advertisement
ABIX_Edukacja

Untitled

Nov 5th, 2020
1,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.38 KB | None | 0 0
  1. # Tutaj pisz swój kod, młody padawanie ;-)
  2. # to jest szkic programu
  3.  
  4. # A - przywitanie
  5. imie = input("Podaj swoje imię: ")
  6.  
  7. def srednia(lista_ocen):
  8.     # liczenie sredniej
  9.     return wynik
  10.  
  11. def temperatura(celcius):
  12.     # liczenie F
  13.     return farenheit
  14.  
  15. def dlugosc(metry):
  16.     # oblicznie mil morskich
  17.     # 1 mila morska = 1852 metry
  18.     return mil
  19.  
  20. # reszta kodu
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement