Keyboard input/Keypress check: Difference between revisions

(→‎{{header|Python}}: someone should test, if still working also in windows environment and prior implementation 'char.decode('utf-8')' throws error when using german 'Ä,Ö,Ü,ä,ö,ü')
Line 485:
char = None
print("Program is running")
time.sleep(1)</lang>
 
if __name__ == "__main__":
main()
</lang>
 
=={{header|PureBasic}}==
Anonymous user