Aug 21, 2024
print("Hello World")
print("Game over! Score: " + str(score))
if (age == 10) { ... } else if (age == 12) { ... }
for (int i = 0; i < 10; i++) { ... }
while (x < 5) { ... }
Full transcript