题型:单选题 题类:常考题 难易度:普通
浙教版初中信息技术九年级上学期期末试卷(10)
For i = 1 To 5
For j = 2 To i
Print "*";
Next j
Next i
from microbit import * while true: print(temperature()) sleep(2000) |
temperature( )函数的数据来自 {#blank#}1{#/blank#} 传感器;获取温度的时间间隔是{#blank#}2{#/blank#}秒。
试题篮