-
Hello, I solved the problem by changing the code: Row 1: #!/usr/bin/python3 instead of #!/usr/bin/python Row 33: print ("%.f RPM" % rpm) instead of print "%.f RPM" % rpm
Good luck !