174k views
0 votes
What does // this mean in your code?

1 Answer

3 votes

Floor division

For example:-

  • 11//5=2

Some more :-


\boxed{\begin{array}c\sf * &\sf Multiplication \\ \sf ** &\sf Exponention \\ \sf \% &\sf Remainder \\ \end{array}}

User Behzad Jamali
by
4.9k points