LawrenceKaiser
@LawrenceKaiser
I have this code that should be removing any duplicate numbers so long as they are the same as one another & next to each other. It works the first ti
Python
So I have this little program written up as part of a school assignment, this means that its using the testing feature on repl.it. And I'm noticing th
Coder100 Print adds a \n by default. You don't want that, it seems
print('\nEach person should pay $'+ str(final_split), end = '')
will do it!2 years ago
It calculates your gross pay given your wage and hours worked.