ВС
Size: a a a
ВС
E
ДК
print(type(type(())()))
БГ
py3
d = {i:i+1 for i in range(10)}
print(*d)
0 1 2 3 4 5 6 7 8 9
E
БГ
E
py3
d = {i:i+1 for i in range(10)}
print(*d)
0 1 2 3 4 5 6 7 8 9
ДК
python
print(type(type(())()))
<class 'tuple'>
python3 assumed, other valid option is python2, you can be more specific next time.
E
ВС
ДК
E
ДК
ВС
ДК
E
ВС