Ask your own question, for FREE!
History 19 Online
yy:

what is wrong whth this code # Rhea Auch # 2/14/22 # 03.02 The Power of If def main(): j = 100 f = 1000 ifj > f print("j is greater then f") else: print('f is not greater then j') main()

yy:

help

yy:

plz

J4ke:

there is no space between if and j look: ifj > f change it to this if j > f

yy:

i tried that it did not work

yy:

this ie where my error is print("j is greater then f") else: print('f is not greater then j'

J4ke:

can you copy-paste this on Github and share it with us here bc its not a good environment

yy:

no

yy:

idk what it is

J4ke:

here try this

1 attachment
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!