This commit is contained in:
blueloveTH 2024-08-25 12:00:43 +08:00
parent 3b1772cf4b
commit 7fe16eec98
2 changed files with 0 additions and 7 deletions

View File

@ -147,9 +147,6 @@ __ERROR:
## Features ## Features
Check this [Cheatsheet](https://reference.pocketpy.dev/python.html)
for a quick overview of the supported features.
| Name | Example | Supported | | Name | Example | Supported |
| --------------- | ------------------------------- | --------- | | --------------- | ------------------------------- | --------- |
| If Else | `if..else..elif` | ✅ | | If Else | `if..else..elif` | ✅ |
@ -238,7 +235,6 @@ Your sponsorship will help us develop pkpy continuously.
[![Star History Chart](https://api.star-history.com/svg?repos=blueloveth/pocketpy&type=Date)](https://star-history.com/#blueloveth/pocketpy&Date) [![Star History Chart](https://api.star-history.com/svg?repos=blueloveth/pocketpy&type=Date)](https://star-history.com/#blueloveth/pocketpy&Date)
## License ## License
[MIT License](http://opensource.org/licenses/MIT) [MIT License](http://opensource.org/licenses/MIT)

View File

@ -4,9 +4,6 @@ title: Basic Features
order: 100 order: 100
--- ---
Check this [Cheatsheet](https://reference.pocketpy.dev/python.html)
for a quick overview of the supported features.
The following table shows the basic features of pkpy with respect to [cpython](https://github.com/python/cpython). The following table shows the basic features of pkpy with respect to [cpython](https://github.com/python/cpython).
The features marked with `YES` are supported, and the features marked with `NO` are not supported. The features marked with `YES` are supported, and the features marked with `NO` are not supported.