Skip to content

Commit 620e17c

Browse files
committed
fix: update WPM output label to Net WPM for clarity
1 parent e2d7afe commit 620e17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/Typing-Speed-Tester/Typing-Speed-Tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
# Results
9191
print("\n🎉 ===== TEST COMPLETED ===== 🎉")
9292
print(f"⏱️ Time Taken : {time_taken:.2f} seconds")
93-
print(f"🚀 Typing Speed : {wpm:.2f} WPM")
93+
print(f"🚀 Net WPM : {wpm:.2f} WPM")
9494
print(f"🎯 Accuracy : {accuracy:.2f}%")
9595

9696
# Performance feedback

0 commit comments

Comments
 (0)