8 lines
160 B
Python
8 lines
160 B
Python
from .binær_tæller import bin_taeller_v1
|
|
from .binær_tæller import bin_taeller_v2
|
|
|
|
running = True
|
|
|
|
while running:
|
|
bin_taeller_v1()
|
|
#bin_taeller_v2() |