This website requires JavaScript.
Explore
Help
Sign In
s45162
/
Python2017
Watch
1
Star
0
Fork
0
You've already forked Python2017
forked from
tdwojak/Python2017
Code
Releases
Activity
ba9dc1422a
Python2017
/
labs03
/
task01.py
4 lines
51 B
Python
Raw
Normal View
History
Unescape
Escape
Merge branch 'master' of https://git.wmi.amu.edu.pl/tdwojak/Python2017 # Conflicts: # labs02/test_task.py
2017-12-02 15:33:48 +01:00
print
(
id
(
[
3
,
5
]
)
)
print
(
id
(
'
kot
'
)
)
Homework#2
2017-12-15 17:50:29 +01:00
print
(
id
(
(
1
/
3
)
)
)
Copy Permalink