Skip to content

Commit

Permalink
a test
Browse files Browse the repository at this point in the history
  • Loading branch information
24012401 committed Jul 5, 2020
1 parent 7fc7826 commit 1f7354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 字符串和正则表达式/序列.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# list()把一个可迭代对象转换为列表
a = list()
print(a)
b = "shu jia kai shi la!"
b = "shu jia kai shi la"
b = list(b)
print(b)
c = (1, 1, 2, 3, 5, 8, 13, 21, 34)
Expand Down

0 comments on commit 1f7354d

Please sign in to comment.