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