ABIX_Edukacja

Untitled

Jan 8th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. print('Cześć Adam...')
  2. rok = input('Podaj rok urodzenia: ')
  3. dzis = 2019
  4. wiek = dzis - int(rok)
  5. print('A więc masz ' + repr(wiek) + ' lat.')
Add Comment
Please, Sign In to add comment