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

python2-lesson11

Quiz
•
Computers
•
2nd - 12th Grade
•
Medium

hang zheng
Used 46+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
Similar Resources on Quizizz
10 questions
Makecode Microbit 28.7.2021

Quiz
•
6th Grade
20 questions
IT 4IR Quiz 1st Version

Quiz
•
1st - 5th Grade
18 questions
G4_1st semester final Revision 期末复习

Quiz
•
4th Grade
10 questions
人工智能

Quiz
•
8th Grade
20 questions
系统单元

Quiz
•
9th - 12th Grade
15 questions
网络与通讯

Quiz
•
12th Grade
10 questions
6年级信息与通讯技能

Quiz
•
6th Grade
10 questions
《第十二章》练习3

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade