0
What is modula data types
4 Respuestas
+ 2
Bharti Abhishek, I am not really sure what you mean with your question. Can you please rework your question with some more information? Thanks!
+ 1
Sorry I mean modulo not modula
+ 1
Bharti Abhishek modulo is not datatype. It's an operator. It gives you reminder from division opearation.
Ex : print(5%3)
Output : 2
0
Thanks a lot