HotelInfantesAgres - Tempat Tanya Jawab Pelajaran & Ilmu Pengetahuan Logo

In TI / Sekolah Menengah Atas | 2025-07-14

1. Buatlah sebuah fungsi bernama `hello` yang menerima 2 argumen: `name` dan `origin`. //* 2. Kembalikan fungsi tersebut dengan nilai string dengan templat: // * "Halo! Nama saya (name). Saya tinggal di (origin)."

Asked by rizkiathallah1529

Answer (4)

its a better more culture way that makes them mor eunique than others, plus theyre probaly keeping something from their original cultures

Answered by vivia12345678 | 2024-06-10

Nomads usually traveled
✔ with tribal communities
for safety and protection. ;

Answered by arivas0810 | 2024-06-16

People lived a nomadic life on the Arabian Peninsula due to the harsh desert environment, which made settled agriculture difficult. They relied on herding livestock for sustenance and engaged in seasonal migrations to find grazing lands and water. Tribal structures provided security and social cohesion, supporting their nomadic lifestyle.
;

Answered by arivas0810 | 2024-12-26

Jawaban:Berikut contoh fungsi Python bernama hello yang menerima dua argumen (name dan origin), lalu mengembalikan string sesuai formatdef hello(name, origin): return f"Halo! Nama saya {name}. Saya tinggal di {origin}."Contoh penggunaan:print(hello("Hitler", "Garut"))Penjelasan:Output:Halo! Nama saya Hitler. Saya tinggal di Garut.

Answered by Danipotter | 2025-07-17