Brainiac11 / My-Projects

No newline at end of file FLK-W292
Style
Minor
1 occurrence in this check
no newline at end of file
146    print(answerln)
147    with open('Log.txt', 'a') as f:
148        f.write(str(operator1) + '(' + str(number1) + ')' '=' + str(answerln)+ '\n')        
149f.close()