Skip to content
Open navbar menu
Sign UpLog In
Profile icon

LawrenceKaiser

@LawrenceKaiser
Repls
Community
LawrenceKaiser
LawrenceKaiser
shared a Post
2 years ago
Can't figure out why this code won't loop properly.
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
remove adjacent
Python
OldWizard209
OldWizard209
please attach the repl, so we understand the code properly.2 years ago
LawrenceKaiser
LawrenceKaiser
shared a Post
2 years ago
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
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
LawrenceKaiser
LawrenceKaiser
shared a Post
2 years ago
It calculates your gross pay given your wage and hours worked.