mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-31 13:02:44 +00:00
4 lines
33 B
Python
Executable File
4 lines
33 B
Python
Executable File
a = 0
|
|
while(True):
|
|
a += 1
|