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