python2-lesson11

python2-lesson11

2nd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

TMK Tahun 4 - SKBJ

TMK Tahun 4 - SKBJ

4th - 5th Grade

20 Qs

File Handling in Python - Grade 12 CBSE

File Handling in Python - Grade 12 CBSE

12th Grade

15 Qs

資訊測驗-高年級

資訊測驗-高年級

10th - 12th Grade

11 Qs

STS Informatika

STS Informatika

10th Grade - University

20 Qs

111-1資訊科技知識王

111-1資訊科技知識王

8th Grade

20 Qs

Дастан

Дастан

1st - 3rd Grade

19 Qs

演算法

演算法

7th - 9th Grade

10 Qs

python2-lesson11

python2-lesson11

Assessment

Quiz

Computers

2nd - 12th Grade

Medium

Created by

hang zheng

Used 48+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

已知有一个文件 test.py,现在想要导入该文件的所有内容,下列代码正确的是?

import test.py

import test

import test module

import module test

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

当A.py作为主动运行的文件时,文件中的__name__变量的值应该是?

main

__main__

--main--

A

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

当A.py不是主动启动,而是作为一个被导入的模块启动时,此时它的__name__变量的值是?

--main--

__main__

A

__A__

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

导入一个模块,会自动先去执行这个模块中的所有代码

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

在python中,模块和库的概念是一样的

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

python中,一个python文件就可以被当做一个模块

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

一个模块只要存在,无论他在任何地方,只要通过 import 模块名 都可以直接将这个模块导入

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?