+ 1
by prepending'#' char before comment or enclose comment lines between triple quotes (both single and double): print('test') # this is a comment """ this is a multi-line comments """ ''' this is also a multi-line comments '''
1st Apr 2018, 4:42 AM
visph
visph - avatar