if statements
i am on the introduction to if statements section but when am entering the code it is always saying the string i have written is not callable
if 15 == 5*3:
print ("love")
it will say love string not callable
1 answers ( 0 marked as helpful)
Hi Mohamed!
Thanks for reaching out.
Please accept my apologies for the delayed response.
Can you please support your question with a screenshot? I did try running this code and obtained 'love'.
if 15 == 5*3:
print ("love") Hope this helps.
Best,
Martin
print ("love") Hope this helps.
Best,
Martin