[LEVEL 1]
# Hint: Not the output
# What does this code do?
for i in range(10):
if not i % 2 == 0:
print(i + 1)
What are ... the odd numbers from 0 to 10 plus 1?
Or what is ... only printing the odd integers from 0 to 10 and then adding one to each odd number?
# Hint: The output
my_colors = ["red", "blue", "white", "green"]
print(my_colors[-2])
What is ... white?
[FYI: The code was tested with PythonTutor.]
[LEVEL 0]
The a_____ of a c_____ s_____ to a_____ to increased demands.
What is ... scalability?
[LEVEL 0]
The r_____ of a p_____ that moves closer to a s_____.
What is ... iteration?
[Hint: Acronym]
MVP
What is ... Minimal Viable Product?
[Hint: Acronym]
B2B
What is ... Business 2 Business?
[Hint: Acronym]
B2C
What is Business 2 Consumer?
[Hint: 3D chess]
When Amazon and Facebook and Microsoft want to buy your startup
What is ... Exit Strategy?
[Hint: Acronym]
SaaS
What is ... Software as a Service?