Spaces:
Paused
Paused
Commit ·
6b0a653
1
Parent(s): b164694
Update other.py
Browse files
other.py
CHANGED
|
@@ -15,7 +15,6 @@ def start():
|
|
| 15 |
minutes, seconds = divmod(rem, 60)
|
| 16 |
st.write("{:0>2}:{:0>2}:{:05.2f}".format(int(hours), int(minutes), seconds))
|
| 17 |
|
| 18 |
-
|
| 19 |
def format_number(number):
|
| 20 |
if number < 1000:
|
| 21 |
return str(number)
|
|
|
|
| 15 |
minutes, seconds = divmod(rem, 60)
|
| 16 |
st.write("{:0>2}:{:0>2}:{:05.2f}".format(int(hours), int(minutes), seconds))
|
| 17 |
|
|
|
|
| 18 |
def format_number(number):
|
| 19 |
if number < 1000:
|
| 20 |
return str(number)
|