I am trying to get a option to put in a answer in my code that gives a diffrent output based on which if else statement is true. Why wont it work? /u/Future_SFT_ENG Python Education

I’m beginner in coding and was practicing by myself. below is the code i wrote.

 print("the result of the operation is", sum) input_answer=input ("give the correct answer to see if you are worthy: ") magic=1000000000 skill_level=0 sum= magic*skill_level print(sum) if sum< 1: print("you are not worthy") else: print("You are worthy") 

submitted by /u/Future_SFT_ENG
[link] [comments]

​r/learnpython I’m beginner in coding and was practicing by myself. below is the code i wrote. print(“the result of the operation is”, sum) input_answer=input (“give the correct answer to see if you are worthy: “) magic=1000000000 skill_level=0 sum= magic*skill_level print(sum) if sum< 1: print(“you are not worthy”) else: print(“You are worthy”) submitted by /u/Future_SFT_ENG [link] [comments] 

I’m beginner in coding and was practicing by myself. below is the code i wrote.

 print("the result of the operation is", sum) input_answer=input ("give the correct answer to see if you are worthy: ") magic=1000000000 skill_level=0 sum= magic*skill_level print(sum) if sum< 1: print("you are not worthy") else: print("You are worthy") 

submitted by /u/Future_SFT_ENG
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *