Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
Running Python Files
00:00
That’s a nice command, and since it’s a Python file now with Python code in it, you can run it just like a Python file, right? That’s right. I can just type python
and then the name of the file, press Tab to autocomplete, and then here it is.
00:16
The Python interpreter ran hello_terminal.py
, executed the print()
function, and then printed Hello, Terminal!
to the terminal.
00:25
Perfect. Yeah. So now you’re using clear
again to—ready for it—clean the terminal. Go for it.
Become a Member to join the conversation.