Skip to content

Commit

Permalink
Create .py
Browse files Browse the repository at this point in the history
There is two parts. Python2 and Python3
  • Loading branch information
Jihoo125 authored Feb 9, 2023
1 parent 15b8aae commit bdf8c65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#this only works at Python2
Print"Hi. I am Jihoo125"

#this only works at Python3
Print("Hi. I am Jihoo125")

0 comments on commit bdf8c65

Please sign in to comment.