Chapter 1 Coding with Small Basic
Chapter 1 Coding with Small Basic
-
A)
- D) `second variable`
Which of the following data types can store
multiple values?
3. What is the output of the A) String
following code? B) Integer
C) List
x = 10
D) Float
print(x + 5)
- A) `10`
- B) `15`
- C) `105`
- D) `None`
D)
turtle.set_speed("fastest")