Python Code
Add a sentence or two about your game.
Created Date
06.06.24
Last Updated
06.06.24
Viewed 1 Times
Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!
But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.
Download the Chakalaka mobile app here:
Topics of this game:
-
What function is used as an if gate?
-
What would be the output of this code:
value = "strYes"
def checkAll():
if value != "strYes":
return False
else:
return True
checkAll()
-
What does the return function do?
-
Is there a function named 'var.lower()' ?
-
Is there a function named 'contains' ?
-
Whats the output of this code? :
value = 12345
def checkAll():
if str(value * 2) == 24690:
return False
else:
return True
checkAll()
User comments are currently unavailable. We apologize for the inconvenience and are working to restore this feature as soon as possible.