diff --git a/diy1.py b/diy1.py index 3746b2c..0cfcfd7 100644 --- a/diy1.py +++ b/diy1.py @@ -14,4 +14,13 @@ red = students[:2] blue = students[2:] print(red) -print(blue) \ No newline at end of file +print(blue) + + + + + + +message = "6,六, " +for i in messge: + print(i) \ No newline at end of file