of 96? Answer Yes or No
If answer yes
Print true
If answer no
Print false
Please try to solve your homework yourself.
Let me 🔎 Google that for you: 🔎 modulus operation python
print("true" if 96 % 6 == 0 else "false")
if ( 96 % 6 == 0 ) : print ("ok") else : print ("no")
Обсуждают сегодня