Skip to content
Writing Efficient Python Code
Run the hidden code cell below to import the data used in this course.
Take Notes
Add notes about the concepts you've learned and code cells with code you want to keep.
Add your notes here
pip install line_profiler
%lprun -f convert_units convert_units(heroes,hts,wts)