Search Header Logo

python2-lesson11

Authored by hang zheng

Computers

2nd - 12th Grade

Used 49+ times

python2-lesson11
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?