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

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

University

10 Qs

quiz-placeholder

Similar activities

Pythonintro

Pythonintro

University

15 Qs

1-基本数据类型

1-基本数据类型

University

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python if statement

Python if statement

University

15 Qs

6-文件操作

6-文件操作

University

10 Qs

Round 2 Debug-The-Code

Round 2 Debug-The-Code

University

15 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Code Chef Python

Code Chef Python

University

15 Qs

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

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

Assessment

Quiz

Computers

University

Medium

Created by

Ngo B2205367

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, từ khóa nào được sử dụng để định nghĩa một hàm?

function

define

def

func

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp nào đúng để khai báo một biến số nguyên trong Python?

int x = 5

x = 5

var x: int = 5

let x = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp nào đúng để định nghĩa một hàm trong Python?

function my_function():

def my_function():

create my_function():

my_function def():

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã sau là gì? for i in range(3): print(i)

0 1 2

0 1 2 3

1 2 3

1 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã sau là gì? print("Hello" + " World")

HelloWorld

Hello World

Hello+World

"Hello World"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, từ khóa nào được sử dụng để kiểm tra điều kiện?

check

if

when

else if

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, từ khóa nào được sử dụng để kết thúc một khối lệnh?

end

stop

break

pass

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?