forked from tdwojak/Python2017
changed file task 03
This commit is contained in:
parent
105364bf8f
commit
20d7685a3a
11
labs03/task01.py
Normal file
11
labs03/task01.py
Normal file
@ -0,0 +1,11 @@
|
||||
a = [1, 2, 3]
|
||||
b = 123
|
||||
c = 'ala ma kota'
|
||||
d = 123.13113
|
||||
d = 'kfidf'
|
||||
|
||||
print(id(a))
|
||||
print(id(b))
|
||||
print(id(c))
|
||||
print(id(d))
|
||||
|
0
labs03/task02.py
Normal file
0
labs03/task02.py
Normal file
Loading…
Reference in New Issue
Block a user