Skip to content

Instantly share code, notes, and snippets.

@rsetiawan0
Last active August 28, 2022 01:21
Show Gist options
  • Save rsetiawan0/e1dfc683af63e21df988c09caaf0b71a to your computer and use it in GitHub Desktop.
Save rsetiawan0/e1dfc683af63e21df988c09caaf0b71a to your computer and use it in GitHub Desktop.
fungsiprint-#1.py
# sintak fungsi print --> print('argumen')
# tanda kres # ini adalah komentar
# komentar tidak di jalankan oleh program
# menampilkan teks hallo dunia menggunakan fungsi print
print('hallo dunia')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment