+ 1
I need help working with if
How do I make an input that asks for any word + ".enable" and if that condition is met, print "is enabled" that is to say: btn.enable lst.enable etc
1 Answer
- 1
Input:
btn.enable
Output:
btn is enabled
Is this what you mean?
What if there's not '.enable' in input? what for output then?