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

猜你喜欢

转载自www.cnblogs.com/hshy/p/11139423.html