+ 2
Python
Help me how to resolve? If A or B is more then zero,then A must have a input code A and B is fill box number
3 Answers
+ 2
Is it a homework?
+ 2
Question is not clear.
+ 2
If A or B:
Do input here with proper indentation
You use input() to get input
It will be string so use int() to convert to integer (I am assuming A is an integer.