Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan authored Jun 25, 2024
1 parent 9f28d1d commit 6144942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/lesson_1/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import time
import random
from machine import Pin # pylint: disable=import-error
from machine import Pin #pylint: disable=import-error


random.randrange(0, 1)
Expand Down

0 comments on commit 6144942

Please sign in to comment.