This website works better with JavaScript
Главная
Обзор
Помощь
Вход
jack
/
cocorobolx
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
e0ea877bab
Ветки
Метки
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t142.py
t142.py
89 B
История
Исходник
1
2
3
4
print
str((
1
,
2
,
3
))
print
str([
1
,
2
,
3
])
print
str({
1
:
'ok'
,
2
:
'stuff'
})
print
str(
"weewaa"
)