def dividir(num1, num2):
"""
Funcion que divide dos numeros
"""
return num1 / num2
print(dividir(4,2))
For further actions, you may consider blocking this person and/or reporting abuse
def dividir(num1, num2):
"""
Funcion que divide dos numeros
"""
return num1 / num2
print(dividir(4,2))
For further actions, you may consider blocking this person and/or reporting abuse
Manuel Montero -
Manuel Montero -
Manuel Montero -
Manuel Montero -
Once suspended, hackerss will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, hackerss will be able to comment and publish posts again.
Once unpublished, all posts by hackerss will become hidden and only accessible to themselves.
If hackerss is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to hackerss.
They can still re-publish the post if they are not suspended.
Thanks for keeping Hackerss.com safe. Here is what you can do to flag hackerss:
Unflagging hackerss will restore default visibility to their posts.
Top comments (0)