Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deovaliandro authored Jul 24, 2021
1 parent 8f3489c commit 78b944c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorials/modul-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ Berikut adalah contoh modul sederhana pada Python :


{% highlight python %}
def print_func( par ):
print "Halo : ", par
return
def print_func(par):
print ("Halo :", par)
{% endhighlight %}

### Import Statement
Expand Down

0 comments on commit 78b944c

Please sign in to comment.