Update python.md

master
Matt Huntington 8 years ago committed by GitHub
parent 55a45960e2
commit 97d33a9d82

@ -148,7 +148,7 @@ if a == 'oh hai!':
You can get user input from the command like so: You can get user input from the command like so:
```python ```python
user_input = raw_input("Please enter something: ") user_input = input("Please enter something: ")
print("you entered: " + user_input) print("you entered: " + user_input)
``` ```

Loading…
Cancel
Save