Home  >  Article  >  Backend Development  >  Start learning from Python-CLASS-6 (Part 1)

Start learning from Python-CLASS-6 (Part 1)

PHP中文网
PHP中文网Original
2017-07-03 17:30:141093browse

The first python program

HELLO WORLD

1 print("hello world")

Single line comments:

#Multi-line comments: '''....''' or """...."""

In Linux programming, environment variables must be marked in the program to allow the program to recognize python execution.

1 #! /usr/bin/env python

The above is the detailed content of Start learning from Python-CLASS-6 (Part 1). For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn