ystemsrx commited on
Commit
61d0b3f
·
verified ·
1 Parent(s): dae0b9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -71,7 +71,7 @@ By utilizing this prompt, the model can fully leverage its fine-tuned capabiliti
71
  @echo off
72
  set "foldername=NewFolder"
73
  mkdir "%cd%\%foldername%"
74
- ```
75
  ```
76
 
77
  ---
@@ -95,7 +95,7 @@ with open('story.txt', 'r', encoding='utf-8') as file:
95
  content = file.read()
96
 
97
  print(f'文件content:{content}')
98
- ```
99
 
100
  > 代码执行成功: 文件content:This story is about me and my family.
101
 
 
71
  @echo off
72
  set "foldername=NewFolder"
73
  mkdir "%cd%\%foldername%"
74
+ \```
75
  ```
76
 
77
  ---
 
95
  content = file.read()
96
 
97
  print(f'文件content:{content}')
98
+ \```
99
 
100
  > 代码执行成功: 文件content:This story is about me and my family.
101