View difference between Paste ID: YNunQhcL and kB6eeh9X
SHOW: | | - or go back to the newest paste.
1
กดปุ่ม ให้ทันภายใน 5 วินาที
2
from microbit import *
3
c=0
4
while running_time() < 5000:
5
    if button_a.was_pressed():
6
        if button_b.was_pressed():
7
            c=c+1
8
        
9
10
display.scroll(c)