DarkMind Ltd logo

CodeNova

Python Cards Adventure

Mastery Quiz

comparisons and boolean logic

1 / 10

predict

What prints? energy = 1 if energy > 0 or True: print("Go")