Python Forum
I want to create an if-condition, but I'm not sure how to.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want to create an if-condition, but I'm not sure how to.
#1
I want to create an if-condition, but I'm not sure how to do it... I would like, that if the else-condition is true, it prints my message. How can I do that?

That's my recent try:

y =  'lol'
if y == True:
    print ('y ist wahr!')
elif y == False:
    print ('y ist nicht wahr!')
else:
    print ('y ist weder wahr noch nicht wahr')

if else == True:
    print ('Ich habe es, denke ich, verstanden')
And that's the error I get:

Error:
if else == True: ^ SyntaxError: invalid syntax
I'm a starter, so it's probably easy to solve for you professionals Tongue
Reply


Messages In This Thread
I want to create an if-condition, but I'm not sure how to. - by LeqendFire - Aug-09-2020, 09:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  create new column based on condition arvin 12 2,331 Dec-13-2022, 04:53 PM
Last Post: jefsummers
  else condition not called when if condition is false Sandz1286 10 5,930 Jun-05-2020, 05:01 PM
Last Post: ebolisa
  [HELP] Nested conditional? double condition followed by another condition. penahuse 25 8,158 Jun-01-2020, 06:00 PM
Last Post: penahuse
  Substring and If then Condition to create column Chandan 2 2,364 Jan-23-2020, 08:40 AM
Last Post: buran
  Create new list from another list based on condition khalidreemy 1 2,402 Jun-11-2019, 10:21 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020