What will the following program output when executed?
count = 6
let_us = 2.5
if ((count * 5) / 10) >= let_us then:
print("Let's count", let_us + count)
else:
print("Let's count", let_us * count)
What will the following program output when executed?
count = 6
let_us = 2.5
if ((count * 5) / 10) >= let_us then:
print("Let's count", let_us + count)
else:
print("Let's count", let_us * count)
Create a free account to access the full topic