I run the following code in SublimeREPL:
while(True): a = raw_input() print a
How to stop input when it is running? Ctrl + C , Ctlr + D or Ctrl + Z do not seem to work as they do in the terminal.
You need to do ctrl + break or ctrl + space to break infinite recursion and interrupt the program
Source: https://habr.com/ru/post/1211164/More articles:remove the alert controller if another alert controller is called. - iosRelayCommand with argument throwing MethodAccessException - .netRemoving duplicate substrings - sqlJS currentTime for html video tag does not work on chrome - javascriptRSBarcodes_Swift how to use? - swiftCommunication between OCaml and Python - pythonHow to simulate a mouse click on an empty area on the Selenium IDE website? - javascriptIs there a message size limit in mpi using boost :: mpi? - c ++Average variance - optimizationThe maximum amount of data that can be sent using MPI :: Send - c ++All Articles