快乐学习
一个网站喵查铺子(catpuzi.com)全搞定~
A、在 Python 语言中,有一种赋值语句,可以同时给多个变量赋值
B、设 x = “alice”;y = “kate”,执行x,y = y,x可以实现变量 x 和 y 值的互换
C、设 a = 10;b = 20,执行a,b = a,a + b print(a,b)和a = b b = a + bprin……继续阅读 »
A、*i
B、3_1
C、AI!
D、Templist
喵查答案:Templist
……继续阅读 »
A、 ‘500/10’
B、500/10
C、50
D、50.0
喵查答案:50.0
……继续阅读 »
A、Python语言是开源的
B、汇编语言是可以直接操作计算机硬件的编程语言
C、程序设计语言经历了机器语言、汇编语言和脚本语言三个阶段
D、编译和解释的区别是一次性翻译程序还是每次执行时翻译程序
喵查答案:程序设计语言经历了机器语言、汇编语言和脚本语言三个阶段
……继续阅读 »
A、使用 import turtle 引入turtle 库
B、import turtle之后直接执行showturtle()就可以显示画笔形状
C、不引入turtle库是无法使用库中的函数的
D、import 保留字用于导入模块或者模块中的对象
喵查答案:import turtle之后直接执行showturtle()就可以显示画笔形状
……继续阅读 »
A、编译执行
B、包含了提前编译的解释执行
C、直接执行
D、边编译边执行
喵查答案:包含了提前编译的解释执行
……继续阅读 »
A、二进制代码
B、十进制代码
C、
十六进制代码
D、ASCII代码
喵查答案:二进制代码
……继续阅读 »
A、11
B、1 1
C、1,1
D、输出错误
喵查答案:1 1
……继续阅读 »
A、正确
B、错误
喵查答案:错误
……继续阅读 »
A、正确
B、错误
喵查答案:正确
……继续阅读 »
A、正确
B、错误
喵查答案:错误
……继续阅读 »
A、正确
B、错误
喵查答案:正确
……继续阅读 »
A、Low-pitched sounds have a significant masking effect on high-pitched sounds
B、The closer the frequencies of the sound and the masked sound are, the greater the masking effect wil……继续阅读 »
A、Frame
B、Picture
C、Amplitude
D、Pixel
喵查答案:Frame
……继续阅读 »
A、Quantization, sampling, coding, storage, decoding, D/A conversion
B、Sampling, quantization, coding, storage, decoding, D/A conversion
C、Quantization, sampling, coding, storage, d……继续阅读 »