Commit 955f8a2c by BellCodeEditor

auto save

parent 2a024910
Showing with 10 additions and 0 deletions
str_sb = 'violet'
list_sb = ['red','blue','yellow','green']
dict_sb = {'red':1,'blue':2,'yellow':3,'green':4}
for str in str_sb:
print(str)
for list in list_sb:
print(list)
for dict in dict_sb:
print(dict)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment