ㅎㅇ
페이지 정보
작성자 tak 작성일 24-08-30 10:16 조회 172 댓글 0본문
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)
좋아요0
이 글을 좋아요하셨습니다
등록된 댓글이 없습니다.