3.1 ใช้งานเป็นเครื่องคิดเลข (Using Python as a Calculator) 3.2 ลองเขียนสักสคริปต์นึง (First Steps Towards Programming)
ตัวอย่างจะใช้เครื่องหมาย # แทนคอมเมนต์ เช่น
#
# this is the first comment SPAM = 1 # and this is the second comment # ... and now a third! STRING = "# This is not a comment."
ในหมวดโต้ตอบ เราใช้แทนเครื่องคิดเลขได้เลย เช่น
2.1 เรียกใช้ตัวแปลบรรทัดคำสั่ง (Invoking the Interpreter) 2.2 ตัวแปลคำสั่งและสภาพแวดล้อม (The Interpreter and Its Environment)
ในเดเบียนตัวโปรแกรมไพธอนจะอยู่ที่ /usr/bin/python ซึ่งจะเป็นลิงก์โยงไปหาตัวไพธอนรุ่นที่เราติดตั้งจริง ๆ เช่น
/usr/bin/python
$ which python /usr/bin/python $ ls -l /usr/bin/python lrwxrwxrwx 1 root root 9 2006-12-26 19:18 /usr/bin/python -> python2.4
ไพธอนเป็น ...
เอามาจาก Python Tutorial
ตั้งใจเขียนให้อ่านสนุก ๆ นะครับ ห้ามจริงจังเด็ดขาด
There are currently 0 users online.
Recent comments