Game Preview

Python

  •  Thai    11     Public
    พื้นฐานการใช้ภาษา python
  •   Study   Slideshow
  • หัวใจสำคัญของการเขียนโปรแกรม คืออะไร
    input process output
  •  25
  • คำสั่ง print คือฟังก์ชั่นทำหน้าที่อย่างไร
    output / แสดงผล
  •  15
  • คำสั่ง input คือฟังก์ชั่นทีทำหน้าที่อะไร
    input / รับค่า
  •  15
  • ตัวแปร Variable ทำหน้าที่ใด
    เก็บข้อมูล
  •  15
  • print("Hello Boy and Girl") จาก code มี error หรือไม่อย่างไร
    ไม่มี
  •  10
  • nickname=input("Enter Your Nickname") จาก code มีการรับค่าไว้ที่ใด
    nickname
  •  15
  • int คือ ข้อมูลชนิดใด
    ตัวเลข
  •  15
  • string คือข้อมูลชนิดใด
    ตัวหนังสือ
  •  10
  • print(Your favorite subject) จาก code มี error หรือไม่ ถ้ามีแก้ไขอย่างไร
    error แก้ไขโดยการเติม ' "
  •  25
  • num=int(input("Enter your Number") จาก code มีการรับค่าข้อมูลชนิดใด
    ตัวเลข integer
  •  20
  • float คือ ข้อมูลชนิดใด
    ตัวเลขจำนวนจริง ทศนิยม
  •  15