Explorar o código

on windows ctrl-z is used instead of ctrl-d

dbojan %!s(int64=9) %!d(string=hai) anos
pai
achega
a653679387
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exceptions.md

+ 1 - 1
exceptions.md

@@ -21,7 +21,7 @@ Observe that a `NameError` is raised and also the location where the error was d
 
 ## Exceptions
 
-We will **try** to read input from the user. Press `[ctrl-d]` and see what happens.
+We will **try** to read input from the user. Press `[ctrl-d]`, (or `[ctrl-z]` if you are using Windows), and see what happens.
 
 ```python
 >>> s = input('Enter something --> ')