Hard
What is the missing keyword in the following python code ?
<keyword> (x, y):
case (x, 0):
print('Along the x-axis')
case (0, y):
print('Along the y-axis')
case _:
print('Anywhere')
Author: ThéoStatus: PublishedQuestion passed 111 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Python