mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
Update python-ru.html.markdown
This commit is contained in:
parent
e1abb317dd
commit
c7c9ea674d
@ -167,7 +167,7 @@ li = []
|
||||
# Можно сразу начать с заполненного списка
|
||||
other_li = [4, 5, 6]
|
||||
|
||||
#Строка в список
|
||||
# строка разделена в список
|
||||
a="adambard"
|
||||
list(a) #=> ['a','d','a','m','b','a','r','d']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user