Читать книгу Introduction to Python Programming for Business and Social Science Applications - Frederick Kaefer - Страница 31

End-of-Chapter Exercises

Оглавление

 1.1 Download and install Python on your computer by going to the website https://www.python.org/downloads/ and following the instructions that correspond to the platform that you are using.

 1.2 Enter the Python command print(“Hello, World!”) at the IDLE shell command prompt on your computer after having installed Python to verify that Python was installed properly.

 1.3 Using a text editor, create a text file named helloworld.py, which has the single line of code: print(“Hello, World!”)

 1.4 Use the IDLE IDE to open the file helloworld.py that you created and execute the code in it.

Introduction to Python Programming for Business and Social Science Applications

Подняться наверх