LogFAQs > #955546702

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, Database 8 ( 02.18.2021-09-28-2021 ), DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicITT: Learning Python
SomeLikeItHoth
06/29/21 12:02:43 AM
#25:


SpiritSephiroth posted...
Anyone know the simple solution?
Like the above person said, you have two print functions going on. And actually, the bottom print function isn't even needed.

characteristic = input("Please choose an alignment, Light or Dark: ").lower()

if characteristic == "light":
print("You look like an exemplary individual.")
elif characteristic == "dark":
print("You look like a foreboding character.")
else:
print("Invalid target")

---
FAM FOREVER.
... Copied to Clipboard!
Topic List
Page List: 1