1 Star 0 Fork 0

somw/python163

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
yunshi.py 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
somw 提交于 2020-10-15 00:48 . 123
# -*- coding: utf-8 -*-
# @Author: Administrator
# @Date: 2020-10-14 22:45:11
# @Last Modified by: somw
# @Last Modified time: 2020-10-14 23:41:05
sex = input("请输入您的性别(F/M):")
age = input("请输入您的年龄:")
print("性别:{}".format(sex))
print("年龄:{}".format(age))
ages = int(age)
print("***你今年的运势***")
if sex == 'F' and ages <=18:
print("你会考上清华并找到一个男盆友")
elif sex == 'M' and ages <=18:
print("你会考上清华并找到一个女盆友")
else:
print("你会身体健康,万事如意")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/somw/python163.git
git@gitee.com:somw/python163.git
somw
python163
python163
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385