ㅎㅇ222222
본문
from microbit import*
import music
while True:
temp = temperature()
print(temp)
if temp > 28 :
music.play(music.BIRTHDAY)
display.show(Image.DUCK)
sleep(500)
display.show(temp)
else :
music.stop()
display.show(Image.HAPPY)
sleep(500)
display.show(temp)
import music
while True:
temp = temperature()
print(temp)
if temp > 28 :
music.play(music.BIRTHDAY)
display.show(Image.DUCK)
sleep(500)
display.show(temp)
else :
music.stop()
display.show(Image.HAPPY)
sleep(500)
display.show(temp)
좋아요40
이 글을 좋아요하셨습니다
등록된 댓글이 없습니다.