Time limit: 0
Kuis Summary
0 of 5 Pertanyaan completed
Questions:
Information
You have already completed the kuis before. Hence you can not start it again.
Kuis is loading…
You must sign in or sign up to start the kuis.
You must first complete the following:
Results
Kuis complete. Results are being recorded.
Results
Your time:
Time has elapsed
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- Current
- Review
- Answered
- Correct
- Incorrect
-
Pertanyaan 1 of 5
1. Question
Apa perbedaan package dan library pada python?
-
Pertanyaan 2 of 5
2. Question
Apa yang harus dilakukan jika proses instalasi package mengalami error?
-
Pertanyaan 3 of 5
3. Question
Jika variabel x adalah 14 dan y adalah 16, maka apa hasil dari pernyataan berikut pada python (x > 14 and x = y)?
-
Pertanyaan 4 of 5
4. Question
Manakah yang merupakan struktur data set pada sintaks di bawah ini?
-
Pertanyaan 5 of 5
5. Question
Apakah output dari print(fruits[-2]) dari variabel fruits = [‘apple’, ‘orange’, ‘mango’, ‘guava’, ‘watermelon’, ‘durian’]