Skip to content

Python实现的数学魔术,演示4张K牌的最终状态必然性

Notifications You must be signed in to change notification settings

Cai-Huayi/magic_4K

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

magic_4K

Python实现的数学魔术,演示4张K牌的最终状态必然性。


功能介绍

  • 演示 正反交错重组S形铺放方向翻折 等数学变换步骤。
  • 最终展示所有操作后的结果。

参考视频

  • B站UP主 远的魔术 (下面是参考视频url)
    点击观看

运行方法

请确保安装 Python 3.8+

执行代码

python magic_prove2.py

运行结果示例

QQ截图20241218215205 QQ截图20241218215135

依赖

本代码只使用了 random 库。如果不存在,请运行以下命令进行安装:

pip install random

开源许可证

本项目基于 MIT License 开源。

MIT License

Copyright (c) 2024 Cai-Huayi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Python实现的数学魔术,演示4张K牌的最终状态必然性

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages