โ† Elementary

Level Exam: Elementary

Pass score: 70%

1. What does print() do?

2. What is the output?

print("Hi")
print(2 + 3)

3. Fill in: ___ = 10 stores a number

4. Which symbol is used for strings?

5. What prints?

name = "Sam"
print(name)