Skip to content

Commit 877b50d

Browse files
Update 2019-09-19-Python-Oop.md
1 parent 564fabe commit 877b50d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/2019-09-19-Python-Oop.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ As we all know Python is Object Oriented Programming language. But you won't bel
1717

1818
<pre class="line-numbers">
1919
<code class="python">
20-
{% raw %}
2120
x = 2
2221
print(type(x))
23-
{% endraw %}
2422
</code>
2523
</pre>
2624

0 commit comments

Comments
 (0)