1 Star 4 Fork 1

街头艺术家工作室 / minor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Demo.md 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
streetartist 提交于 2020-08-30 16:22 . Rename Demo. md to Demo.md

程序示例

猜数游戏

# 猜数游戏
print "猜数游戏"

answer = random 1 100
until
    if guess := input "请输入一个数" > answer
        print "大了"
    elif guess < answer
        print "小了"
    else return true
print "猜对了"
Python
1
https://gitee.com/labsite/minor.git
git@gitee.com:labsite/minor.git
labsite
minor
minor
master

搜索帮助