python2-lesson11

python2-lesson11

2nd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

REMIDI TIK

REMIDI TIK

10th Grade

20 Qs

Computer Network

Computer Network

10th Grade

10 Qs

Pengayaan Informatika

Pengayaan Informatika

12th Grade

20 Qs

Пети разред квиз први

Пети разред квиз први

5th Grade

10 Qs

ÔN TẬP HỌC KÌ 2 TIN 9

ÔN TẬP HỌC KÌ 2 TIN 9

9th Grade

20 Qs

RAM&HDD/SSD

RAM&HDD/SSD

10th - 12th Grade

13 Qs

倉頡輔助字型 (筆劃類)

倉頡輔助字型 (筆劃類)

1st - 5th Grade

20 Qs

4 budowa komputera

4 budowa komputera

1st - 5th Grade

12 Qs

python2-lesson11

python2-lesson11

Assessment

Quiz

Computers

2nd - 12th Grade

Practice Problem

Medium

Created by

hang zheng

Used 48+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?