25 Contoh Coding Python untuk Menjalankan Fungsi Sederhana
Hasil python : 21-7-25
Latihan pertama
Nama : Zesky
kelas : XI TKJ
materi : python
[Program finished]
Script python
#program menampilkan hello world
print("Nama : Zesky")
print("kelas : XI TKJ")
print("materi : python")