Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
set, tuple, and dict
#python 3.6.9 s1 = set() t1 = () d1 = {} print(f'type(s1): {type(s1)}\n') print(f'type(t1): {type(t1)}\n') print(f'type(d1): {type(d1)}\n')
run
|
edit
|
history
|
help
0
sheru
Python if condition
test1
Set
JSON page
HW5-solution
PyRegLookAhead
(P3) Starsza data
Algorytm szybkiego potęgowania
hi