We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacdc9f commit 3684e3dCopy full SHA for 3684e3d
README.md
@@ -1,9 +1,18 @@
1
# Read to 100 Problems
2
3
-Today, I am going to
+Today, 2015 August 21st, I am going to embark on a journey of completing 100 python problems. Ranging from increasing complexities from 1-3.
4
5
-{% highlight python3 %}
6
-for i in you:
7
- print(you are a good boy)
8
- False
9
-{% endhighlight %}
+Easy | Medium | Hard
+--- | --- | ---
+1 | 2 | 3
+
+>“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