Computer Science, asked by harshmahli12, 4 months ago

output: print(18//5)​

Answers

Answered by Oreki
0

Output After Execution:

3

Answered by anindyaadhikari13
4

Question:-

  • Write the output of the following code snippet.

Steps:-

18//5 =3

Output:-

3

Note:-

  • // operator is used for floor division, division that results into whole number adjusted to the left in the number line.
Similar questions