added newline after print
This commit is contained in:
parent
870ef94a57
commit
8737ce1e4c
@ -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__':
|
||||
|
Loading…
Reference in New Issue
Block a user