I am a beginner in python and I am trying to understand the statement. It is diff = \ floor(a - b)). What does the \ mean in this statement?
Thank you.
I am a beginner in python and I am trying to understand the statement. It is diff = \ floor(a - b)). What does the \ mean in this statement?
Thank you.
 
    
    \ means the code continues on the next line
