Skip to content

Commit e4d9be3

Browse files
committed
update readme
1 parent 43e03a7 commit e4d9be3

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,27 @@
2424

2525
**write c# script like python**
2626

27-
我们主要是想在 `C#` 实现 **`Python` 的内置函数**,并**`C#` 中可以直接使用**, 以便提高简单脚本的编写效率。
27+
!!! done 思路
28+
我们主要是想在 `C#` 实现 **`Python` 的内置函数**,并**`C#` 中可以直接使用**, 以便提高简单脚本的编写效率。
2829

29-
We aim to implement the **built-in function of python in `C#`** and **direct use in `C#`** to improve the effect.
30+
!!! tip 欢迎 ❤️
31+
欢迎 任何 PR
32+
33+
!!! done idea
34+
We aim to implement the **built-in function of python in `C#`** and **direct use in `C#`** to improve the effect.
35+
36+
!!! done **Welcome** ❤️
37+
welcome any pull request
3038

3139
## 1.2. Recent Changelog
3240

33-
- time: 2023年5月14日
34-
- version: 1.0.5-pre
41+
- time: 2023年5月15日
42+
- version: 1.0.6
3543
- log:
3644
1. change readme
3745
2. add `help` function
3846
3. add `dir` function
47+
4. fix trim `print()` last sep
3948

4049

4150
more information, see [CHANGELOG.md](https://github.com/heartacker/Python.System/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)