Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sublimetext

Python: .replace Doesn't Work In Method Function?

When I run this: def Replace(word): word.replace('o', 'x') return word pri… Read more Python: .replace Doesn't Work In Method Function?

"import Statistics" Fails To Run

When I use IDLE the code 'import statistics' runs, however when I use sublimetext while oth… Read more "import Statistics" Fails To Run