Search Header Logo

Kiến thức cơ bản về Python lop 10

Authored by thuy phan

Information Technology (IT)

10th Grade

Used 10+ times

Kiến thức cơ bản về Python lop 10
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python là ngôn ngữ lập trình dạng gì?

Ngôn ngữ biên dịch

Ngôn ngữ kịch bản

Ngôn ngữ máy

Ngôn ngữ gắn mã

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python được phát triển bởi ai?

James Gosling

Guido van Rossum

Dennis Ritchie

Bjarne Stroustrup

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào dưới đây được sử dụng để kiểm tra phiên bản Python đang sử dụng?

python --version

python --info

python --check

python --show

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biến trong Python được tạo như thế nào?

var x = 10

int x = 10

x = 10

declare x = 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã sau là gì?

x = 5

y = "Hello"

print(type(x)

type(y))

a) <class 'int'> <class 'str'>

b) <class 'str'> <class 'int'>

c) <type 'int'> <type 'str'>

d) <class 'integer'> <class 'string'>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ký tự nào không được phép trong tên biến Python?

_

@

a

A

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của biểu thức sau là gì? 10 // 3

3.3333

3

4

3.0

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?