print('what to print')# this is a single line comment.'''
this is a multiline
comment.
'''a = 'some text' # declare a string variable
b = 123 # an integer
c = True # a booleanprint('what to print')# this is a single line comment.'''
this is a multiline
comment.
'''a = 'some text' # declare a string variable
b = 123 # an integer
c = True # a boolean