In Karel, the proper format for a single line comment is typically:
// This is a comment
So, the correct option from the ones you've provided is:
// This is a comment
What is the proper format for a single line comment in Karel?
# This is a comment
// This is a comment
/* This is a comment
<comment>This is a comment</comment>
1 answer
In Karel, the proper format for a single line comment is typically:
// This is a comment
So, the correct option from the ones you've provided is:
// This is a comment