added newline after print
This commit is contained in:
@@ -5,7 +5,7 @@ import time
|
||||
def main():
|
||||
while True:
|
||||
pressed_key = keyboard.read_key()
|
||||
print(pressed_key.upper(), end='')
|
||||
print(pressed_key.upper())
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user