From the course: Python for JavaScript Developers

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Solution: Hello Python/JS ninja

Solution: Hello Python/JS ninja - Python Tutorial

From the course: Python for JavaScript Developers

Start my 1-month free trial

Solution: Hello Python/JS ninja

(upbeat music) - [Instructor] So the goal of this challenge was to print Hello, World to the terminal. And I have to admit every time I learn a new programming language or technology, I really enjoy this step. It's like a moment to reflect that as developers we have the opportunity to constantly learn new things and it's exciting. So on line one, you'll see that I pass the string Hello, World to the Print function. So if I head over to my terminal and type in Python CH_01_06.py and hit Enter, I'll see, Hello, World printed out. And this means we're ready to start our journey.

Contents