Skip to content

Commit 0eaf773

Browse files
authored
Update CodingBat solutions - Warmup-1
1 parent bfff403 commit 0eaf773

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CodingBat solutions - Warmup-1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
/* Programmer : Dhruv Patel
1+
'''
2+
* Programmer : Dhruv Patel
23
* Problem Name : CodingBat.com
34
* Used In : Python
45
* Used As : Warmup-1
56
* Thoughts =>
67
* This file will contain the solutions for the codingbat.com in attempt to have digest
78
* for my coderschool kids.It's my own version of solutions which might be diffrent then
89
* the actual ones.
9-
*/
10+
*
11+
'''
1012
'''
1113
Warmup-1 > sleep_in
1214
The parameter weekday is True if it is a weekday, and the parameter vacation is True if we are on vacation.

0 commit comments

Comments
 (0)