From b58d1030b49c1e9be4c572fbac9b208d83b54a1c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Tue, 18 Jan 2022 13:49:43 +0800
Subject: [PATCH] save project

---
 woshizhuxx.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/woshizhuxx.py b/woshizhuxx.py
index 0ca54d3..a339236 100644
--- a/woshizhuxx.py
+++ b/woshizhuxx.py
@@ -1,3 +1,7 @@
 file=open(r'c:\Users\MAKCOO\Desktop\我是朱xx.txt','r',encoding='utf-8')
-b=file.read()
-print(b)
\ No newline at end of file
+a=file.readlines()
+for i in a:
+    b=i.split()
+    c=b[0]
+    d=b[1:]
+    print(c,d)
\ No newline at end of file
--
libgit2 0.25.0