未验证 提交 148b76ee 编写于 作者: A Albus Dumbledore 提交者: Gitee

update Create/create_world.py.

Signed-off-by: NAlbus Dumbledore <12715348+Albus-Dumbledore-Al@user.noreply.gitee.com>
上级 3ed9300b
......@@ -11,6 +11,19 @@ def crash(a,b): # “陨石坑”函数
world[a + 1][b] = "0"
world[a - 1][b + 1] = "1"
world[a - 1][b - 1] = "1"
def world_print(x,y):
"""封装为函数的展示"""
pass
# def world_print(x,y):
# """封装为函数的展示"""
# pass
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册