Python 3 Style Checker
Paste or type your Python code below to check for PEP 8 style issues.
def calculate_total(price, tax): total=price+(price*tax) return total print(calculate_total(100, 0.15))
Loading Python Engine...
Loading Pyodide engine in browser... Please wait.