LoginSignup
0
0

More than 3 years have passed since last update.

Python初心者です。どこがエラーか教えていただけないでしょうか?

Posted at

user_reply=input("ロボットは好きですか?(yes,no,maybe,laserで答えてください)")
if user_reply=="yes":
print("ピー ブー!")
elif user_reply=="maybe":
print("はっきりしろよ人間!")
elif user_reply=="laser":
print("ビーーーーム!")
elif user_reply=="no":
print("いいもん。ロボットも君が好きじゃないから。")
elif:
print("君たち人間のくだらなさにはあきれるよ。")

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0