Post

@PythonPr Division returns a float and floor division drops decimal values, So,
4.0
4
English

@PythonPr First answer 4
Meaning: Floating number can't print the as output!, so the answer is 4!!
Second answer: 4.0
Meaning: if you want float number with the output, you should use floor division operator //
English








