2 lines
87 B
Python
2 lines
87 B
Python
speed = str(round(machine.freq()/1000000,1))
|
|
print("The starting speed is",speed,"MHz") |