I am new at python started learning it from scratch a few days ago , I was trying to build a simple program
if unit != 'i' or 'c' :
print("Wrong unit : Choose 'i' or 'c' only")
I hope you understand what i want to do by seeing the code
That is not the correct way to do it because i am not getting the desired output Please suggest me something . Any help would be appreciated .