Skip to content

Commit 3684e3d

Browse files
Automatic Push
1 parent bacdc9f commit 3684e3d

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Read to 100 Problems
22

3-
Today, I am going to
3+
Today, 2015 August 21st, I am going to embark on a journey of completing 100 python problems. Ranging from increasing complexities from 1-3.
44

5-
{% highlight python3 %}
6-
for i in you:
7-
print(you are a good boy)
8-
False
9-
{% endhighlight %}
5+
Easy | Medium | Hard
6+
--- | --- | ---
7+
1 | 2 | 3
8+
9+
>“I know it seems hard sometimes but remember one thing.
10+
>Through every dark night, there's a bright day after that.
11+
>So no matter how hard it get, stick your chest out,
12+
>keep ya head up.... and handle it.”
13+
― Tupac Shakur
14+
15+
16+
```python
17+
is = 'going to be the language of choice'
18+
```

0 commit comments

Comments
 (0)