Introduction to Computer Science
English
Elementary
This test is based on the well-known CS50 course from Harvard University, which reveals the basic principles of computer science. Source: https://cs50.harvard.edu/x/2020/
Description
Tags
30
Questions
1 min
Per question
8:46
Average time
4.4
Contest Score
4.6
Community Rating
143
Participants
Well-used and self-made media. 👍 E.g.: #q13, #q14, #q15 etc
Educational explanations. 👍 Explanations cover why the correct answers are correct and why the wrong answers are wrong (when appropriate). E.g.: #q1, #q2, #q3
Suggestion: use markdown syntax in explanations they are a little bit unnoticeable.
BTW, I think `What function is needed to create an array in Python?` - list() is correct too.
Good luck!
Agree with Humble Fox about list(), although in the explanation you also write that the list() func can be used to create an array but it's not the correct answer.