Skip to content

Commit 4f6864f

Browse files
authored
Update TakeABreak.py
1 parent 5455621 commit 4f6864f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

take_a_break/TakeABreak.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import webbrowser
22
import time
3+
34
total_breaks = 3
45
break_count = 0
6+
57
print("This program started on"+time.ctime())
8+
69
while(break_count < total_breaks):
710
time.sleep(2*60*60)
811
webbrowser.open("http://www.youtube.com")

0 commit comments

Comments
 (0)