comments in python
#this is commented
'''
this
is
also
a
comment
'''
comments in python
#this is commented
'''
this
is
also
a
comment
'''
python comments
# Numpy-style python comments for functions
def foo(param_1=True):
"""Example function.
Parameters
----------
param_1 : bool, optional
The first parameter (default is True)
Returns
-------
num
a number
"""
return -1
how to make a comment in python
#Single Line Comments!
"""
multiline
comments
!
"""
comments in python
# This is a comment
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us