试题 试卷
题型:单选题 题类:常考题 难易度:普通
粤教版(B版)信息技术八年级下册第二章 程序设计入门测试题
a= 1
b=3
c=4
a= a+b+c
b= a+b+c
c=a+b+c
print(a,b,c)
Node=11
Name="x"
print(Node,Name)
试题篮