ภาษาไพทอน (Python language)

 (Python language)

1. (Introduction)

2. (Variable)

3. (Assignment statement)

4. (Data type)

5. (Operator)

6. (Input and output statement)

7.

Computer Science, CMU 204101 Introduction to Computer

1

1. Introduction

1.1 1.2

1.3 First program

Computer Science, CMU 204101 Introduction to Computer

2

1.1

.. 1989 Guido van Rossum (ABC, Modula-3, C, C++, Algol-68, SmallTalk and Unix shell and other scripting languages) interface

Computer Science, CMU 204101 Introduction to Computer

3

1.2

1. Interpreter

(process at runtime) 2. interactive

interact 3.

Computer Science, CMU 204101 Introduction to Computer

4

1.3 first program

1 # first program 2 # you can do it 3 print("Welcome to Python!") # print line of text

1 comment # comment 2 comment comment 1

# comment 3 print ()

" "

Welcome to Python!

Computer Science, CMU 204101 Introduction to Computer

5

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download