I’m very new to this, so I may be missing something, but when trying to complete a simple task (python 3.12) it doesn’t work:
if 10 > 5:
print(“10 is bigger then 5”)
after which I get a “. . .” the same thing I have replacing the >>> after the if statement. I’m guessing it still thinks I haven’t finished the command? What do I do?
submitted by /u/Apple_Infinity
[link] [comments]
r/learnpython I’m very new to this, so I may be missing something, but when trying to complete a simple task (python 3.12) it doesn’t work: if 10 > 5: print(“10 is bigger then 5”) after which I get a “. . .” the same thing I have replacing the >>> after the if statement. I’m guessing it still thinks I haven’t finished the command? What do I do? submitted by /u/Apple_Infinity [link] [comments]
I’m very new to this, so I may be missing something, but when trying to complete a simple task (python 3.12) it doesn’t work:
if 10 > 5:
print(“10 is bigger then 5”)
after which I get a “. . .” the same thing I have replacing the >>> after the if statement. I’m guessing it still thinks I haven’t finished the command? What do I do?
submitted by /u/Apple_Infinity
[link] [comments]