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

@ -26,4 +26,6 @@ f=id(liczba)
if e == f:
print('Liczba Immutable')
else:
print('Liczba Mutable')
print('Liczba Mutable')
print('Koniec')