Edit Game
Python
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






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