FarmGround=input("Do you want to pat the animal? ") #this is the input
if FarmGround==("Yes") or FarmGround==("yes"): #this is if
print("You patted the animal") #print statement if you patted the animal it will go onto the next if statement
if print=("You patted the animal"):
elif FarmGround==("No") or FarmGround==("no"): #this is elif
print("You didn't patt the animal and it is triggered")
undescribed imageifステートメント内のifステートメント?
それはPython言語で私は自閉症を持っていないし、誰がどのようにもHLEPうプログラミング言語でそれを置くために私を教えることができる場合、私はstackflowで悪い思います申し訳ありません: – mememan
)^あなたは疑問を持っていましたか? –
if文の中にif文を入れたいと思います。 – mememan