Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ad54cd9

Browse files
committed
Bonus Question
1 parent c802f1d commit ad54cd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
# PyCBIT - Hackathon.init() - March 2018
22

33
## Rules for submitting
4+
45
1. To submit your code fork the repo to your profile, push the code and then put up a pull request.
56
2. Completion of either one set fully or two questions from each set will be the minimum requirement for qualification.
67
3. All the submissions after 11:59PM March 18th will not be considered.
78
4. The file name should start with the question number followed by "_" and the desired name.(example : 1_sum_57, 2_room_percent_increase)
89

910
## Set 1
11+
1012
1. Print the sum of numbers less than 500 which are divisible by 5 and not divisible by 7
1113
2. Consider a room with dimension 6X8X10, Write a program to compute the area of the room if the dimensions are increased by 15 percent.
1214
3. Sort the given words alphabetically and concat them with the second set.
15+
16+
1317
List Items 1
18+
19+
1420
* Ron
1521
* Hermione
1622
* Harry
1723
* Professor
1824
* Dobby
25+
26+
1927
List Items 2
28+
29+
2030
* The House Elf
2131
* Potter
2232
* Granger

0 commit comments

Comments
 (0)