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]