Skip to content

Instantly share code, notes, and snippets.

@nalakawula
Last active September 14, 2016 08:23
Show Gist options
  • Save nalakawula/209337b367d474bcb47f3542d46fd1f7 to your computer and use it in GitHub Desktop.
Save nalakawula/209337b367d474bcb47f3542d46fd1f7 to your computer and use it in GitHub Desktop.
print elemen dari list menggunakan for loop
hasil = ['saya sedang bela', 'jar untuk menjad', 'i guru profesion', 'al']
for x in hasil:
print x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment