Last answered:

19 Dec 2020

Posted on:

15 Dec 2020

0

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)
Instructor
Posted on:

19 Dec 2020

0
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

Submit an answer