Skip to content

Commit 65416f4

Browse files
committed
Python_2 vs Python_3
1 parent 729f107 commit 65416f4

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Python 2.0
2+
# print 'hello world'
3+
4+
# Python 3.0
5+
print('Hello World')
6+
7+
# Python 2.0 is Legacy it means they stopped updating security patches.
8+
# The Python latest version is 3.9

0 commit comments

Comments
 (0)