Explore Library
Code QuizBeginner

Comments and Readability

Spot the wrong comment syntax in this snippet.

Codepython
// calculate the total
total = 5 + 3
print(total)

What is the bug in this code?