4 lines
92 B
Python
4 lines
92 B
Python
# Tuliskan kode program dibawah ini
|
|
sayur=["sawi","wortel","buncis"]
|
|
for x in sayur
|
|
print(x) |