Human evaluations are difficult, because they are all opinions. Human evaluations are very difficult. Because they are all someone’s opinions. I found it. Human vertical and horizontal evaluations are all stood on someone’s opinions. So that there is no perfect evaluation. If some consultants bring to you perfect human resource evaluation, the consultants are liars.
2019/9/23. Fizz Buzz Problem by Python Source codes for i in range ( 1 , 21 ) : if i % 15 == 0: print ( "Fizz Buzz" ) continue if i % 3 == 0: print ( "Fizz" ) continue if i % 5 == 0: print ( "Buzz" ) continue print ( i ) This is the source code of “ Fizz Buzz Problem ” by Python. I am learning Python and I am starting to show my source codes on my blog!