1
0
forked from tdwojak/Python2017
This commit is contained in:
s45147 2017-12-02 15:43:44 +01:00
parent a7441350a1
commit 31b4bae680

View File

@ -27,3 +27,5 @@ if e == f:
print('Liczba Immutable') print('Liczba Immutable')
else: else:
print('Liczba Mutable') print('Liczba Mutable')
print('Koniec')