python小代码

#-*- coding:utf-8 -*-
a="条件1";
b="条件2";
i1=raw_input('please the one:')
i2=raw_input('please the second:')
if (i1>i2):
	print a
else:
	print b

1.#注释

2. raw_input

posted on 2019-07-05 17:00  lydstory  阅读(163)  评论(0编辑  收藏  举报

导航