50247/how-to-stop-input-in-sublimerepl
I am working on the following code in SublimeREPL:
while(True): a = raw_input() print a
How do I stop input when this is running? Ctrl+C, Ctlr+D, or Ctrl+Z don't seem to work like they do in a terminal.
Please use this code. if len(sys.argv) == 2: first_log ...READ MORE
i have textfile now i want to ...READ MORE
Hello @kartik, Django provides an utility function to ...READ MORE
You can go through this: def num(number): ...READ MORE
suppose you have a string with a ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
The global variable can be used in ...READ MORE
You can use the reversed function in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.