We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc223b commit b614b28Copy full SHA for b614b28
WPM.py
@@ -6,7 +6,7 @@ class configuration():
6
def __init__(self):
7
self.FontSize = 0
8
self.WPS = 0
9
- print("Words Per Minute!\n")
+ print("Words Per Minute! v1.0.1\n")
10
print("\nUse <Escape>, <F11> or <F1> to manipulate the window's fullscreen properties!\n\n")
11
self.FontSize, self.WPS = self.UserConfiguration()
12
try:
0 commit comments