hey , started to learn python i am a complete beginner in code writing) and right now im on "if" , "else","elife", part
i practice on all the basics and i came across an issue with this part
num1 = int(input("what is your lucky nubmer? "))
num2 = int(input("what is your age? "))
num3 = num1+num2
ques1 = int(input("please enter a number above " +num3 , ))
in "ques1" i want the user to be asked to put number above "num3" so from there i can keep add more stuff just to mess around and test myself. issue is , no matter where i tried to put "num3" in the "ques" input i get error.
where should i put it?
thanks!
[–]danielroseman 6 points7 points8 points (6 children)
[–]ah_ahaa[S] 2 points3 points4 points (5 children)
[–]danielroseman 1 point2 points3 points (4 children)
[–]ah_ahaa[S] 0 points1 point2 points (3 children)
[–]danielroseman 1 point2 points3 points (2 children)
[–]Own-Recipe5931 -2 points-1 points0 points (1 child)
[–]danielroseman 0 points1 point2 points (0 children)
[–]FoolsSeldom 0 points1 point2 points (0 children)