python如何使用if else语句

2024-10-31 10:44:11

1、第一行代码money = 0

python如何使用if else语句

2、第二行代码seat = 1

python如何使用if else语句

3、第三行代码if money == 1:

python如何使用if else语句

4、第四行代码print('土豪,请上车’)

python如何使用if else语句

5、第五行代码else:

python如何使用if else语句

6、print(‘朋友,没带钱跟着跑,跑快点’)

python如何使用if else语句
猜你喜欢