Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
elif == else if. Remember this way would be better. Before using it, you have to use if statment. For example: x=5 if x==3: print("x is equal to 3.") elif x==5: print("x is equal to 5.") else: print("x is not equal to 5 or 3.") output: x is equal to 5.
19th May 2019, 8:56 AM
你知道規則,我也是
你知道規則,我也是 - avatar