How do you add a comment to existing Python script?
// This is a comment
/* This is a comment */
# This is a comment
-- This is a comment