Advent of Cyber: Python Quiz
Python Quiz
Answer all the questions correctly to get the flag!
1. What is the keyword to define a function in Python?
2. How do you create a list in Python?
3. Which operator is used to check equality in Python?
4. How do you import a module in Python?
5. What is the output of `print(2**3)` in Python?
Submit